PhoneGap 您的二进制文件未针对 iPhone 5 进行优化

PhoneGap Your Binary is not optimized for iPhone 5

我正在尝试使用 Application Loader 上传我的第一个 iPhone 应用程序,但是当我尝试这样做时出现以下错误:

由于我已经根据此处的类似问题尝试了所有方法,我认为存在不同的问题。

这是我的 config.xml:

<icon src="res/icon/ios/Icon120x120.png" gap:platform="ios" width="120" height="120"/>
<icon src="res/icon/ios/Icon60x60.png" gap:platform="ios" width="60" height="60"/>
<icon src="res/icon/ios/Icon180x180.png" gap:platform="ios" width="180" height="180"/>
<gap:splash src="Default.png" gap:platform="ios" width="320" height="480"/>
<gap:splash src="Default@2x.png" gap:platform="ios" width="640" height="960"/>
<gap:splash src="Default-568h@2x.png" gap:platform="ios" width="640" height="1136"/>
<gap:splash src="Splash750x1334.png" gap:platform="ios" width="750" height="1334"/>
<gap:splash src="Splash480x320.png" gap:platform="ios" width="480" height="320"/>
<gap:splash src="Splash960x640.png" gap:platform="ios" width="960" height="640"/>
<gap:splash src="Default-Portrait.png" gap:platform="ios" width="768" height="1024"/>
<gap:splash src="Default-Portrait@2x.png" gap:platform="ios" width="1536" height="2048"/>
<gap:splash src="Default-Landscape.png" gap:platform="ios" width="1024" height="768"/>

所有图像都在根文件夹中。

+我正在使用 PhoneGap Build。

我解决了问题并将其编译到 App Store!我使用 http://pgicons.abiro.com 生成图像并使用他们的样本 config.xml 到 link 图像,效果很好!