Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid Toolchain. Itunes store operation failed [duplicate]

Tags:

xcode

ios

xcode9

As soon as I updated xcode to 9.2 , I cannot validate my archived builds. I get this error message every time:

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.

Is this something wrong with Apple's new relase of xcode? Otherwise, I didn't change anything that would make this project using "Beta software".

like image 420
Nikolai Andryuschenko Avatar asked Dec 05 '17 05:12

Nikolai Andryuschenko


2 Answers

I have faced this too. Apple has just released the Xcode 9.2 update and might not have updated iTunes connect to accept builds from it yet. It might be resolved soon in a couple of hours or days.

like image 72
Pramod Palutla Avatar answered Oct 13 '22 13:10

Pramod Palutla


Download Xcode 9.1 from https://developer.apple.com/download/more/

After extracting the .xip, rename it as Xcode-9.1.app (or whatever you want), then drag it into your Applications folder. Xcode.app and Xcode-9.1.app can co-exist in the same folder, and can both run at the same time if you want.

Build your app with Xcode 9.1 and continue to do regular development with Xcode 9.2. At some point, iTunesConnect will start accepting builds made with Xcode 9.2, at which time you can delete Xcode-9.1.app.

like image 25
Rudedog Avatar answered Oct 13 '22 13:10

Rudedog