0

I create an app for distribution with ad-hoc, but when i drop it into iTunes there is no image. Then we i drop the app to the device there is still now image. I must be missing a step somewhere.

I have the images in the correct places with Xcode, but still no dice.

UPDATE

This is in reponse to Sergio enter image description here

zach
  • 1,281
  • 7
  • 27
  • 41

1 Answers1

1

I would suggest checking that the .plist file in your project has got the correct settings for the app icon. E.g. (image)

enter image description here

Keep also in mind that on one occasion at least I had the experience of the app icon not showing and the only thing I could come up with was the fact that the icon had a custom name (e.g. myapp-icon). reverting the icon name to "Icon.png" everything went ok.

sergio
  • 68,819
  • 11
  • 102
  • 123
  • I added a screen shot above that looks like it is setup correctly. – zach May 07 '12 at 16:32
  • So you were actually right. I removed all the images from Xcode and then put them back in one by one. Worked like a snake charm. Thanks for icon.png tip. – zach May 07 '12 at 17:04