本文介绍了错误 ITMS-90168:“您上传的二进制文件无效."的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在将二进制文件上传到 AppStore 期间,我收到一个错误:
During uploading binary to AppStore I receive an error:
错误 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?
感谢任何帮助.
推荐答案
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
这篇关于错误 ITMS-90168:“您上传的二进制文件无效."的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!