美文网首页
ipa提交上架遇到的问题

ipa提交上架遇到的问题

作者: BestVast | 来源:发表于2021-01-05 10:05 被阅读0次
  1. 版本号位数过长
ERROR ITMS-90060: "This bundle is invalid. The value for key CFBundleShortVersionString '1.0.0.5' 
in the Info.plist file at 'Payload/xxx.app' must be a period-separated list of at most three non-negative integers. 
Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring"

解决办法:
Each integer provides information about the release in the format [Major].[Minor].[Patch]
版本号类似1.100.100,不能使用1.0.0.5这种

2、已经存在一个相同版本号,待手动发布的版本了

ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [2.4.0] 
in the Info.plist file must contain a higher version than that of the previously approved version [2.4.0]. 
Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring"

解决办法:
1、第一个方法,提升此次上架版本号,重新提交新版本
2、第二个方法,取消等待发布的版本,重新提交此版本

相关文章

网友评论

      本文标题:ipa提交上架遇到的问题

      本文链接:https://www.haomeiwen.com/subject/obfpbktx.html