xcode - How to change location of iPhone app icon? -


okay, noob. must simple stuck here.

i rigth-click , choose 'select file'.

enter image description here

after choose file dialogue appears:

enter image description here

i want keep icons not in root directory. can't figure out how this. tried different ways, create project scratch...

please help.

when bring image assets xcode in application bundle's root directory @ run time.

it appears you've added file named "icon@2x.png" project @ 1 time already. go project's summary page in xcode click build phases , expand section titled copy bundle resources. there you'll find reference resources copied bundle @ run time.

more on bundle structures here:

https://developer.apple.com/library/mac/#documentation/corefoundation/conceptual/cfbundles/bundletypes/bundletypes.html

anyway, way i've done in past to:

  1. remove existing image duplicate xcode , folder structure in finder.
  2. add new folder in finder call "/appicons" (or whatever).
  3. copy app icons folder in finder.
  4. drag "/appicon" folder xcode project. typically put images in "/images" subdirectory in xcode project. again can put wherever you'd like.
  5. in xcode on project summary panel, add app icons folder "/appicons" dragging / dropping or right clicking , adding them separate files.

alternatively in past when i've had problems xcode copy app icons root project directory. if happens, make sure have "/appicons" folder structure on disc (in finder) , in xcode project. add app icons project, move them /appicons in finder, , re-reference them on again.

your copy bundle resources should have proper file reference. note apps icons go in "/images/appicons"

enter image description here

good luck!


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -