swift_App上架的一个坑

2019-05-10  本文已影响0人  2020silence

ERROR ITMS-90060: "This bundle is invalid. The value for key CFBundleShortVersionString '1.2.2.1' in the Info.plist file must be a period-separated list of at most three non-negative integers

swift_bug

解决方案:

找出本地三方库所有的plist文件, 查看plist文件中, 找出key是CFBundleExecutable(或者是Executable file)的配置行.一般都是在某些第三方的plist文件中.如图:

参照图

将找出所有第三方plist文件中的CFBundleExecutable行删除

重新打包,

ok

希望能帮到更多人

上一篇 下一篇

猜你喜欢

热点阅读