Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels

前端 未结 17 3853
眼角桃花
眼角桃花 2021-02-19 17:05

My recent App Store upload gave me this error:

iTunes Store operation failed.
Missing required icon file. The bundle does not contain an app icon for iPhone / iP         


        
17条回答
  •  不知归路
    2021-02-19 17:47

    Another Simple Fix once discovered:

    I had a similar issue with XCode 9.0, a project that worked perfectly well under XCode 8 and iOS 10 suddenly loses it's icons (only on iPads) when I upgraded the solution.

    Tore my hair out, did the sRGB thing, did the Transparency thing.

    Turns out I still had the following empty entry in my targets info.plist file

    CFBundleIcons~ipad

    I'd long ago moved to specifying this in the target build settings.

    The solution was to simply remove this entry from the info.plist file (clicked the helpful little "-" button. Rebuilt and tested and everything was perfect once more.

提交回复
热议问题