Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 790
iWheelBuy Avatar asked Oct 02 '15 14:10

iWheelBuy


2 Answers

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

enter image description here

like image 138
Shaked Sayag Avatar answered Nov 17 '22 11:11

Shaked Sayag


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

like image 44
wiles duan Avatar answered Nov 17 '22 12:11

wiles duan