简体   繁体   中英

Missing required Icon file 120*120

In my application , I added an icon file named "Icon-60@2x.png" it's an 120*120 png picture. When I try to submit my app in the AppStore I receive :

"Missing required icon file . The bundle does not contain an app icon for Iphone/Ipad Touch of exactly '120*120' pixels in .png format for IOS versions >=70"

You also have to use the Xcode File menu to add this file to your Project, and then add the file name to your Target's info plist in the array with the all the other icon file names. Make sure the checkbox for the file in the Assistant for your Target is checked.

Or you can use an asset catalog for all your app's icons.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM