0

I am trying to submit my app to app store .but I am getting following error

enter image description here

Here is plist file:

Can Anyone tell we the reason for this error. I have deleted my all icons and re-added to project but still same error coming.

V.J
  • 189
  • 3
  • 17
  • Clean the project and then build it. If you not succeed with this change then try to restart the xcode . – SRI Oct 17 '13 at 10:43
  • here it is a solution:- http://stackoverflow.com/questions/18736954/missing-recommended-icon-file-the-bundle-does-not-contain-an-app-icon-for-iph/18737063#18737063 – Nitin Gohel Oct 17 '13 at 10:48
  • "Here is plist file:" Where is the plist file? Have you missed it out? "Can Anyone tell we the reason for this error" **EASY** `Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'icon-**'` sounds like it explains itself. Is your real question - How do I resolve this issue? – Popeye Oct 17 '13 at 11:10
  • I am able to resolve the bug. I have deleted icons key from my plist file and then I used "Use Asset Catalog" option form Xcode 5. Using Asset catalog all my icons and splash images group into a single bundle. – V.J Oct 18 '13 at 05:10

2 Answers2

1

You have to make a Images.xcassets for make you sure you got all types of images: like this: link

This can be a useful link :link

If you want to target only iOS 7, you just need 76 x 76, 120 x 120 and 152 x 152 icon sizes. If you want to target also iOS 6, you’ll need 57 x 57, 72 x 72, 76 x 76, 114 x 114, 120 x 120, 144 x 144 and 152 x 152 icon sizes. Without counting Spotlight and Settings icon if you don’t want the OS to interpolate them!

another useful link: link

Community
  • 1
  • 1
Magyar Miklós
  • 4,182
  • 2
  • 24
  • 42
1

you may have deleted your images from your previous location,, if so drag and drop it to your project and select

Copy items into destination group's folder (if indeed)

else Details of icons for iphone/ipad

Mumthezir VP
  • 6,251
  • 6
  • 28
  • 57