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

问题描述:

我正在制作一个Cordova(PhoneGap)应用程序,并已将其提交到App Store。但是,我收到了一封包含以下消息的电子邮件:

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

现在,在Cordova做过应用程序,而不是传统的方法,我不能真正地想出这一点。我不知道什么CFBundleIcons是。这里是我的.plist文件看起来像:

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

CodaFi的答案是正确的:

CodaFi's answer is correct:


右键单击plist并选择显示原始键/值。然后找到并编辑问题中的值

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