Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't submit apps to AppStore: ERROR ITMS-90534: "Invalid Toolchain

ERROR ITMS-90534: "Invalid Toolchain.

New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software including beta macOS builds." ERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software including beta macOS builds."

I found this error during upload IPA to account.

like image 802
Pramod Avatar asked Jun 02 '17 07:06

Pramod


3 Answers

If you're looking at this in November 2019, there's an obscure error in Xcode 11.2, which prevents uploading from that version to the App Store. You'll have to upgrade to Xcode 11.2.1, which is currently not available on the Mac App Store yet, but must be downloaded from the Developer Portal here: https://developer.apple.com/download/

The Xcode 11.2 Archive error log even states:

enter image description here

Edit:

Xcode 11.2.1 is now available on the AppStore:

https://apps.apple.com/us/app/xcode/id497799835?mt=12

like image 163
Chuck Smith Avatar answered Nov 14 '22 21:11

Chuck Smith


I was having the same issue with Xcode 8.3 public version. I reinstall the Xcode and check it, but didn't work ...

Finally I found the issue , I have mistakenly selected Xcode 3.2-compatible in project format under project document. I changed it to Xcode 8.0-compatible and build & archived it. I could upload it without any errors. Check the screen shot attached ..

enter image description here

like image 39
Udaya Sri Avatar answered Nov 14 '22 20:11

Udaya Sri


Xcode 11.2 is deprecated by Apple on November 5, 2019


Always working workaround (Manual download)

Download the xip file from here

Also:

Latest Release version (Xcode 11.2.1)

or

Latest Beta version (Xcode 11.3 Beta)

or

Any version you need. And all other downloadable contents

Then extract and move it where you like.

You can find all workaround histry of the issue here.

like image 14
Mojtaba Hosseini Avatar answered Nov 14 '22 21:11

Mojtaba Hosseini