ios – 将存档的应用程序上传到iTunes Connect时出现错误ITMS-90085

前端之家收集整理的这篇文章主要介绍了ios – 将存档的应用程序上传到iTunes Connect时出现错误ITMS-90085前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
归档我的应用程序并尝试通过 Xcode或Application Loader将二进制文件上传到iTunes Connect时(导出成功后),我有这个错误而没有更多信息:

ERROR ITMS-90085: "No architectures in the binary. Lipo Failed to detect any architectures in the bundle executable."

更多信息:
– iOS应用程序(最低版本:iOS 9.0)
– Xcode 7.3(MAS中没有更新)

你有没有遇到过这个错误?这是关于什么的?我该如何解决

编辑:在我的Info.plist中,我的产品名称在上次提交版本和现在之间没有变化,所以这个答案(Appstore FailureNo architectures in the binary. Lipo failed to detect any architectures in the bundle executable.” At SoftwareAssets/SoftwareAsset)在这种情况下不起作用.

谢谢,
西里尔

解决方法

最后设法在升级CocoaPods版本,更新并重新安装所有pod之后将我的IPA上传到iTunes Connect.

我还是不知道发生了什么事.

猜你在找的Xcode相关文章