2016-08-05 66 views
0

我收到一个错误,试图发送我的离子应用程序.ipa文件与应用程序加载器。离子,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

该版本需要在​​3210的widget元素上指定。 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>