简体   繁体   English

iOS App Store提交:缺少图标(Cordova)

[英]iOS App Store Submission: Missing icon (Cordova)

I am making a Cordova (PhoneGap) app and have submitted it to the App Store. 我正在制作Cordova(PhoneGap)应用程序并将其提交到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. 现在,作为任何iOS编程的新手,并且在Cordova中制作应用程序而不是传统方法,我无法弄清楚这一点。 I am not sure what CFBundleIcons is. 我不确定CFBundleIcons是什么。 Here's what my .plist file looks like: 这是我的.plist文件的样子:

plist中

If anyone can give me any advice on how to fix this that would be great! 如果有人能给我任何关于如何解决这个问题的建议那就太棒了! Thanks 谢谢

CodaFi's answer is correct: CodaFi的答案是正确的:

Right click the plist and select "show raw keys/values". 右键单击plist并选择“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. 实际上,默认的Cordova项目包含对plist文件中图标名称的引用,但不包括实际图片。 You have to drag and drop the picture in the Ressources/Icon 您必须将图片拖放到Ressources / Icon中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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