Can't submit apps to AppStore: ERROR ITMS-9053

2020-01-30 12:01发布

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.

21条回答
2楼-- · 2020-01-30 12:32

Follow this to resolve this issue:

  1. Quit Xcode and any Simulators if they are opened.

  2. Go to this link to download Xcode 11.2.1 GM seed under Applications. Its about 7GB: https://developer.apple.com/download/

enter image description here

  1. After downloading, click the Xcode_11.2.1_GM_Seed.xip file to extract the Archive.

  2. After extracting, move the Xcode file from Downloads to the Application folder.

enter image description here

  1. Replace existing Xcode application.

enter image description here

  1. Enter login password when prompted.

enter image description here

  1. Wait for the Moving to complete.

enter image description here

  1. When finished, launch Xcode and checkout About Xcode to confirm the latest version.

enter image description here

  1. Build your App, increment your build number and submit to App Store.

enter image description here

UPDATE: Version 11.2.1 is now available from App Store itself since Nov 13.

查看更多
Bombasti
3楼-- · 2020-01-30 12:39

Every thing was updated Xcode 8.3.3, OS Serra 10.12.6 but I was still getting the issue. what I did and the issue got resolved is:

Open app store searched xcode Open Xcode from app store it prompted me to install some missing features. I followed the instructions and completed the wizard Re-open Xcode and Archived my app and then started uploaded and it went successfully.

Hope it may help someone.

Cheers!

查看更多
不美不萌又怎样
4楼-- · 2020-01-30 12:40

A new beta or Golden Master version of Xcode is about to be released, just look for it a few hours later.

查看更多
登录 后发表回答