xcode 错误 ITMS-90168:“您上传的二进制文件无效。”

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/32908964/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 18:12:59  来源:igfitidea点击:

Error ITMS-90168: “The binary you uploaded was invalid.”

xcodeapp-store

提问by iWheelBuy

During uploading binary to AppStore I receive an error:

在将二进制文件上传到 AppStore 期间,我收到一个错误:

Error ITMS-90168: “The binary you uploaded was invalid.”

错误 ITMS-90168:“您上传的二进制文件无效。”

I can't upload my binary. Nothing helps. Tried creating new project. Tried uploading from another computer. Have anybody succeeded in dealing with this issue?

我无法上传我的二进制文件。没有任何帮助。尝试创建新项目。尝试从另一台计算机上传。有没有人成功处理过这个问题?

Any help is appreciated.

任何帮助表示赞赏。

回答by Shaked Sayag

Lazy solution!!

懒人解决!!

I had downloaded Application Loader from a link in the iTunes Connect app submission page. This gave me version 3.0, where I ran into the error.

我已经从 iTunes Connect 应用程序提交页面中的链接下载了 Application Loader。这给了我 3.0 版,在那里我遇到了错误。

Instead you can go to Xcode, and open Application Loader from there, which gives version 3.6, where the problem magically disappeared.

相反,您可以转到 Xcode,然后从那里打开 Application Loader,它提供了 3.6 版,问题神奇地消失了。

You can find it from the top menu: Xcode -> Open Developer Tool -> Application Loader

您可以从顶部菜单中找到它:Xcode -> Open Developer Tool -> Application Loader

enter image description here

在此处输入图片说明

回答by wiles duan

cd ~/.itmstransporter
rm update_check*
mv softwaresupport softwaresupport.bak
cd UploadTokens
rm *.token

I tried in accordance with this method, but still reported the same mistake

我按照这个方法试了,还是报同样的错误