2016-08-05 3 views
0

Application Loaderでionic app .ipaファイルを送信しようとしてエラーが発生しました。ionic、ios、ビルドバージョンをインポートできません.... CFBundleShortVersionString

しかし、私のconfig.xmlにはきれいです...

[2016-08-05 12:51:14 CEST] <main> ERROR: ERROR ITMS-90478: "Invalid Version. The build with the version “134” can’t be imported because a later version has been closed for new build submissions. Choose a different version number." 
[2016-08-05 12:51:14 CEST] <main> ERROR: ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [1.67] in the Info.plist file 

config.xmlが

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 

あなたは私に助けてくださいことはできますか?

答えて

0

widget要素のバージョンを​​3210に指定する必要があります。 xml要素のバージョンはxml言語用です。

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> 
</widget> 
:あなたはこのような何かをする必要が

関連する問題