0
私はアプリケーションローダを使用して私の最初のiPhoneアプリをアップロードしようとしているが、私はそうしようとすると、私は次のエラーを取得:PhoneGapのバイナリは、iPhone用に最適化されていない5
私がしたのでをここで同様の質問にすべてを試してみましたが、私は別の問題があると思います。
これは私の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="[email protected]" gap:platform="ios" width="640" height="960"/>
<gap:splash src="[email protected]" 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="[email protected]" gap:platform="ios" width="1536" height="2048"/>
<gap:splash src="Default-Landscape.png" gap:platform="ios" width="1024" height="768"/>
すべての画像は、ルートフォルダにあります。
+ PhoneGap Buildを使用しています。
PGBの私のヒントは、これをたくさん使ったことがありますが、これらの問題が発生した場合は、すべて削除して再読み込みすることです。ドキュメントによれば、あなたは結局それをやったことがあります。 –
削除してリロードしても、同じエラーが発生します。 – Max
次に、画像とそのサイズを再度確認し、 –