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
希望能帮到更多人
网友评论