上传应用时出现iOS错误报告

时间:2014-02-10 04:11:25

标签: ios iphone cordova

我尝试使用Phonegap创建一个简单的iOS应用程序。我已按照phonegap的指导原则在我的app目录中添加了4张图片:res/screen/ios/

但是当我上传应用程序时,我收到了这样的错误报告。

Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0.

Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0.

Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.

Version Mismatch - Neither CFBundleVersion ['1.0.0'] nor CFBundleShortVersionString [''] in the Info.plist match the version of the app set in iTunes Connect ['1.0'].

我应该怎么做并添加以解决此错误?

...谢谢

1 个答案:

答案 0 :(得分:3)

您需要按照here开发图标。因此,请包括'120x120''76x76''152x152'

等图标

对于版本不匹配,每当您发布应用程序时都有版本控制的概念,因此在iTunesConnect上您已将其设置为1.0,但您还必须在应用程序中的info.plist文件中包含它。有关详细信息,请查看here