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

后端 未结 22 1370
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 09:19

ERROR ITMS-90534: \"Invalid Toolchain.

New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, macOS,

相关标签:
22条回答
  • 2020-12-05 09:41

    I was getting same error while i was uploading for apple review using Xcode 11.2.

    Fixes steps: Apple decided to deprecate Xcode 11.2 on November 5th 2019. Xcode 11.2 has UITextView Building buggy code. So, Apple suggested to use Xcode 11.2.1 GM seed.

    You can download from link https://developer.apple.com/download/

    Message From Apple: This update fixes a critical issue that could cause apps using UITextView to crash when run on previous versions of iOS, iPadOS, or tvOS. Please see the release notes

    You can build and release app using Xcode 11.2.1 GM seed. Hoping this will help some people.

    0 讨论(0)
  • 2020-12-05 09:42

    For XCode 9.2 Problem mostly in Command Line Tools version.

    Best solution:

    1. Reinstall XCode or Command Line Tools
    2. Set Project Format in your project to Xcode 8.3-compatible

    Possible solution:

    1. Open XCode.app (Show Package Contents)
    2. Find and open version.plist
    3. Change ProductBuildVersion from 9C40b to 9C40
    4. Set Project Format in your project to Xcode 8.3-compatible
    5. Enjoy!
    0 讨论(0)
  • 2020-12-05 09:45

    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.

    0 讨论(0)
  • 2020-12-05 09:48

    An error message it self says, Use stable (not beta) version of Xcode to create a build. Your mac OS should also be stable (not beta)

    Use latest stable version of Xcode Tool (Xcode 9) to create your build and upload using Application Uploader.

    Ensure following points, while creating your build:

    • Xcode version (Latest stable version of Xcode Tool - Current Xcode 9)
    • Mac OS version (Latest stable MacOS version - High Sierra 10.12.7)
    • Xcode Project (Document) Format version (Xcode 8.0-compatible)
    0 讨论(0)
  • 2020-12-05 09:48

    I received this error having archived our app from the command line using fastlane gym. When I archived the app manually using Xcode I did NOT receive the error.

    I guess there's something wrong with the arguments/config I am passing to fastlane gym. If I work out what this is I will report back.

    0 讨论(0)
  • 2020-12-05 09:48

    Here is what I did after going through the internet.

    1. Download the latest Xcode from https://xcodereleases.com/ (You can download without signing in).

    2. You might get an error "Data is corrupted" when you extract above-downloaded file ending with .xip

    3. To solve this unzip it using Archive Utility.app rather than The Unarchiver.app

    0 讨论(0)
提交回复
热议问题