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

时间:2016-09-05 16:36:57

标签: ios cordova phonegap-build

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

Application Loader Error

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

这是在我的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。

1 个答案:

答案 0 :(得分:1)

我修复了问题并将其编译到App Store!我使用http://pgicons.abiro.com生成图像并使用他们的示例config.xml链接图像,完美运行!