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

风格不统一 提交于 2019-11-27 09:51:43

问题


During uploading binary to AppStore I receive an error:

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

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.


回答1:


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




回答2:


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.

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

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



来源:https://stackoverflow.com/questions/32908964/error-itms-90168-the-binary-you-uploaded-was-invalid

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!