美文网首页
iOS 应用ipa包上传 iTunes时显示“导入此构建版本时出

iOS 应用ipa包上传 iTunes时显示“导入此构建版本时出

作者: GoogleBoy | 来源:发表于2018-05-16 14:52 被阅读0次

Same problem for us - builds started getting rejected with no changes on our side

示例图

解决方法:

1、正常编译后,生成将要用来上传itunes的.xcarchive文件

示例图

2、选中要上传的.xcarchive文件,右键,选择show in finder,定位到文件所在的位置

示例图

3、定位到文件后,在文件上右键,选择 显示包内容,进去

示例图

4、打开终端:

(1)打开.xcarchive文件:cd  +  .xcarchive的路径, 按回车键

(2)输入命令:find Products/ -name Info.plist -print0 | xargs -0n1 plutil -replace BuildMachineOSBuild -string 16A323

5、再使用XCode或者Application Loader就可以正常上传二进制到itunerConnect了.

给出的解释

升级mac系统到了High sierra(10.13,目前还是测试版,并没有正式版,全新的文件系统 APFS (Apple File System))发现没有这个问题,于是乎,所以给出这种解决方式的作者认为是 APFS的bug.

当然了,你还有另外一种解决方式,就是依旧用旧的XCode8来打包发布

https://forums.developer.apple.com/thread/101367

https://blog.csdn.net/yohunl/article/details/78065656

点击查看文章出处

相关文章

网友评论

      本文标题:iOS 应用ipa包上传 iTunes时显示“导入此构建版本时出

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