iOS App Store Submission: Missing icon (Cordova)

六眼飞鱼酱① 提交于 2019-12-09 19:02:24

问题


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:

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


回答1:


CodaFi's answer is correct:

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




回答2:


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



来源:https://stackoverflow.com/questions/11532485/ios-app-store-submission-missing-icon-cordova

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!