Error Itms-90032:"Invalid Image Path - No Image Found at the Path Referenced Under Key 'Cfbundleicons':Appicon40X40"

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

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

Sample ImageSample Image

Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons':'AppIcon20x20'

you can simply create your app icons asset using https://makeappicon.com/. You have to supply a 1536x1536px image for the best result. It will automatically create all the app icons for your project

Also please refer to the following:-

  • Check the icon file's name is exactly same as the name in your info.plist. It's fine while running debug mode though, It doesn't work while you upload/ validate the build.

  • Please check your app's bundle identifier is correct.



Related Topics



Leave a reply



Submit