Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App archived with Xcode 11.2 (11B52) rejected: ITMS-90534: Invalid Toolchain

I have installed both Catalina and Xcode 11 from store and they are up to date:

  • Catalina: 10.15.1 (19B88)
  • Xcode: 11.2 (11B52)

Yesterday I have uploaded a new binary using fastlane. Today I got this message from Apple:

Dear Developer,

We identified one or more issues with a recent submission for App Store review for your app, "Gözen Security" 7.3.2 (67). Please correct the following issues, then upload again.

ITMS-90534: Invalid Toolchain - Your app was built with an unsupported version of Xcode or SDK. If you plan to submit this build to the App Store, make sure you are using the GM version of Xcode 10.1 and the SDK for iOS 12.1 and watchOS 5.1, Xcode 7.1 and the SDK for tvOS 9, or Xcode 6 and the SDK for macOS 10.9 or later. If you are using an Xcode beta version to test your app, make sure you are using the latest supported version. For more information about supported beta versions, view the App Store Connect What's New page (https://developer.apple.com/app-store-connect/whats-new/).

Best regards,

The App Store Team

Since Catalina and Xcode 11 are officially released why Apple still want me to use Xcode 10 and iOS 12?

like image 875
Olcay Ertaş Avatar asked Nov 07 '19 07:11

Olcay Ertaş


2 Answers

Xcode was updated to 11.2.1 version. Builds made in Xcode ver 11.2 are not valid anymore. If you do not see the update in the Mac App Store then go to your developer account and download new Xcode manually.

like image 81
kirander Avatar answered Nov 07 '22 00:11

kirander


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 8
Mojtaba Hosseini Avatar answered Nov 07 '22 00:11

Mojtaba Hosseini