enter image description hereERROR 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."
Please Resolve This Problem
The error is self-explanatory - don't use OS X or Xcode betas for apps you are going to submit, use current versions (from the App Store, for example).
Related
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 am facing this issue while uploading to the appstore. I am using xcode8.3 can anyone help me to resolve this issue?
You are getting this error since you are using beta version of XCode, to avoid this error, use public version of XCode & this error will be resolved.
According to the release notes, builds of iOS 10 Beta apps should work on TestFlight: https://developer.apple.com/testflight/release-notes/
However, when I submit them, I get this error:
ERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK or later. Don't submit apps built with beta software including beta OS X builds.
... This app is "distributed for beta testing" and I want to submit a new build. Does anyone have a solution for this?
I think it's because I'm using Xcode8 Beta 5, not Xcode8 Beta 6.
when submitting for review on iTunes connect I got this:
New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK. Don't submit apps built with beta software including beta OS X builds.
My Xcode is Version 7.2.1 (7C1002)
OS X 10.11 (15A2301)
iOS SDK is iOS 9.2
I didn't use any beta version!!
Make sure your command line tools is not beta
Seems like Apple's backend is not yet validating Xcode 7.2.1. This has happened in the past. You have 2 options - wait for Apple to get things squared away with 7.2.1 (one would think that should be any day now). Or, submit your app using Xcode 7.2.
I'm using XCode 5.1 (5B130a) that I got from the mac appstore. I'm compiling an app and when I submit it to the store, I get this error :
"New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5 and iOS 7 SDK"
You need to update XCode to the last version.
Also that 'b' in 5B130a release means that you are in BETA Version of XCode
Also the Apple Guidelines say:
Do not submit apps built with beta software
I had same problem but i am using this version xcode6 beta4 and ios8.
When i have submit app that time below error is occurs:
Apps and app updates submitted to the App Store must be built with the public (GM) versions of Xcode 5.1.1 or later, and iOS 7 SDK or later. Don’t submit apps built with beta software.
I am using libgdx to create an ios app. I checked the sdk that is is compiling with, and it is 7.0.2. How do I fix this?
1 package(s) were not uploaded because they had problems:
/var/folders/cj/t7129jm93gv3pj_wjdfjq2qm0000gn/T/834524929.itmsp -
Error Messages: Apple's web service operation was not
successful Unable to authenticate the package:
834524929.itmsp ERROR ITMS-9000: "This bundle is invalid. New apps and app updates submitted to the App Store must be built with
public (GM) versions of Xcode 5 and iOS 7 SDK. Do not submit apps
built with beta software." at SoftwareAssets/SoftwareAsset
(MZItmspSoftwareAssetPackage) Could not start delivery: all
transports failed diagnostics
This bundle is invalid. New apps and app updates submitted to the App
Store must be built with public (GM) versions of Xcode 5 and iOS 7
SDK. Do not submit apps built with beta software.
Let's look at this part carefully:
Must be built with public (GM) versions of Xcode 5 and iOS 7
SDK. Do not submit apps built with beta software.
Zoom in a bit, please?
Do not submit apps built with beta software.
You are using the Xcode developer preview, probably Xcode 5.1 for iOS 7.1 beta. Since this iOS version is not out, Apple does not allow you to submit apps compiled under this version of Xcode, hence your bundle is "invalid".
Simply open up Xcode with this project, fix any errors that may come, recompile and submit.