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 요소의 버전을 config.xml에 지정해야합니다. 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> 
:

은 당신이 뭔가를 할 필요가

관련 문제