Search code examples
iosxcodeios7

ERROR ITMS-90032:"Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons':AppIcon40x40"


I get this "No image found at the path referenced under key 'CFBundleIcons':" error,enter image description here even when i have added app icon images in Images.xcastes folder, while uploading my app to appstore. Your immediate response is appreciated. Thanks


Solution

  • I have found out the solution to this post and here I am going to explain it how I could solve this issue.

    1) Remove all the app icons from the Images.Xcassets folder and add them into your main bundle. Shown in the figure below.

    2) Go to info plist and add "Icon files(iOS 5)" dictionary and add the app icon names under the strings(name of the once you are using in your app). Its shown in the figure below. Make sure that the images are png files. And you will be done wit this.Thanks

    enter image description hereenter image description here