ERROR ITMS-90060: "This bundle is invalid. The value for key CFBundleShortVersionString '1.5.4.1' in the Info.plist file at '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"
犯了个低级错误,版本号最多为三位数,我给忘记了。我为了与安卓保持一直说弄个4位数吧结果报错了。记录一下。
- 解决方案:
把版本号改为三位数就可以了。
比如我的改为:1.5.5
在打包就好了。