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

后端 未结 23 2485
攒了一身酷
攒了一身酷 2020-11-30 02:11

I get this \"No image found at the path referenced under key \'CFBundleIcons\':\" error,\"enter

23条回答
  •  春和景丽
    2020-11-30 02:54

    I got the same error when I submitted my app with a watchkit extension. This is the solution that worked for me :

    1. Deleted the AppIcon Image set from my Xcode project Images.xcassets with all the icons that I added.
    2. Then recreate the AppIcon Image set from + button below when you select the Images.xcassets file. You can do this by clicking the plus button then select New App Icon.
    3. A new AppIcon Image set will be created. Now, add all the required icons that you app support.Make sure they are in the PNG-24 format.
    4. Finally, I selected my app name Target and under General tab I scrolled down to the section App Icons and Lunch Images and selected the newly created AppIcon images set in the App Icons Source
    5. Clean your project and rebuild. This solution worked for me and removed the errors.

提交回复
热议问题