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

前端 未结 17 3995
眼角桃花
眼角桃花 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:23

    after wasting my almost 1 day and trying every possible solution available on the internet, but nothing worked.

    Finally, I got the actual problem and the way to solve. Here we go.

    The actual problem is that your image assets (Images.xcassets) are not linked with your target project. Now solution,

    • Go to the Build Phases of your project.
    • Add Copy Bundle Resources from the add icon on top if not already added.
    • Then inside that add Images.xcassets.
    • That's it.. you are done. Now, it should work fine.

    How I got the solution? Just compared the configurations of a newly created project with my current project. And voila.

提交回复
热议问题