简体   繁体   中英

iOS App Store Submission: Missing icon (Cordova)

I am making a Cordova (PhoneGap) app and have submitted it to the App Store. However, I've received an email with the following message:

Invalid Icon Path - No icon found at the path referenced under key "CFBundleIcons": icon-72@2x.png

Now, being very new to any iOS programming and having made the app in Cordova as opposed to the traditional methods, I cannot really figure this out. I am not sure what CFBundleIcons is. Here's what my .plist file looks like:

plist中

If anyone can give me any advice on how to fix this that would be great! Thanks

CodaFi's answer is correct:

Right click the plist and select "show raw keys/values". Then find and edit the value in question

Actually the default Cordova project include a reference to the icon name in the plist file, but not the actual picture. You have to drag and drop the picture in the Ressources/Icon

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