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:13

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

查看更多
淡お忘
3楼-- · 2020-01-30 12:13

You cannot upload app to App Store through beta Version of Xcode. Make sure you're using stable version to push app to App Store

查看更多
贪生不怕死
4楼-- · 2020-01-30 12:15

Apparently it was a deployment problem in Apple Servers. I tried after 3 hours and magically disappeared.

查看更多
可以哭但决不认输i
5楼-- · 2020-01-30 12:15

I just want to add what is says at the bottom of the Using Apple Beta Software page (https://developer.apple.com/support/beta-software/) IF you are using a BETA version of XCode and try to submit it will fail every time UNLESS you are on a GM_seed (Golden Master release, aka the release before the release to production) Since I do not have enough "reputation" to comment @Chuck Smith. I created this. Hope this helps. Today is 11/8/2019 and I downloaded and submitted my app with success.

Submitting Apps

Apps that are created using beta versions of Xcode or that are built for beta versions of an OS will not be accepted on the App Store. Apps that you submit should be developed using the most up-to-date version of Xcode from the Mac App Store and should be built for publicly available versions of iOS, macOS, watchOS, and tvOS — except when GM seeds are available. When a GM Seed of Xcode becomes available, use it to develop your app for submission. When GM seeds of iOS, macOS, watchOS, or tvOS become available, build your app for these versions.

查看更多
叼着烟拽天下
6楼-- · 2020-01-30 12:16

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.

查看更多
老娘就宠你
7楼-- · 2020-01-30 12:16

I ran into this issue today with the App Store version of Xcode 9.2.

It's definitely not a beta release, I'm guessing there's some delay between when the software is released and iTunes connect gets updated to expect the new version.

I've tried all the suggestions above, and none worked... but here's what (although pretty sketchy) did for work me:

  • in organizer, right-click your archive and show in finder
  • show package contents
  • find Products/Applications/yourApp.app
  • show package contents
  • edit Info.plist
  • change the value for DTXcodeBuild to a previous version (9.2 is 9C40b, 9.1 is 9C40)
  • save and try again

This worked for me...

查看更多
登录 后发表回答