Can't submit to AppStore with beta version of Xcode - xcode

My Xcode version is 6.0 beta 4 and using iOS 8.0. I am trying to submit to the App Store and getting the following error message:
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.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software.”
Can someone please help me make sense of this error.

Your "x-code version 6.0 beta 4" needs to be updated to a "public (GM) versions".

If you read the error message, it tells you pretty directly that you can't use a beta version of Xcode to submit to the app store

Related

ITMS-90745: Invalid Toolchain

Uploading to App Store Connect works fine until publishing for review with the App Store.
On xcode 11.3 Beta, the most up to date.
Email includes;
ITMS-90745: Invalid Toolchain - Your app was built with a version of
Xcode or SDK that is not yet supported. For information about the
supported version of Xcode or SDK for App Store submissions, view
Apple Developer News and Updates (https://developer.apple.com/news/).
I can upload just fine and use TestFlight just fine.
What is the max x-code version for uploading binary to the app store?
You are using a beta version for uploading apps to the app store.
Since Apple doesn't provide support for beta builds on the app store, you need to upload using xcode 10 until xcode 11 comes out of beta.
The beta allows testing through testflight but your binary will always be rejected whilst on a new beta.
Tl;dr. Always use the most up to date version available on the Mac App Store when wanting to upload to the app store.
User Xcode 11.2.1 GM. Hope it will work.

Error uploading to App Store Connect in Mojave 10.14.1 full version

I just upgraded to Mojave 10.14.1's full version, and I've been having trouble uploading my app to App Store Connect.
I get the following error, which I have seen on many other SO questions:
Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 9 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software including beta macOS builds.
I am using the full version of Xcode (10.1) that released earlier today and the full version of Mojave. How do I get rid of this warning so I can upload to App Store Connect?
I've got it to work now. I assume something was slow at Apple's end in authenticating Xcode 10.1 and Mojave 10.14.1. I reuploaded the same build I was trying to do yesterday and now it is working.

Xcode Version 9.1 (9B55) upload Archive failed - iOS 11.1 - Apps must be built with the public (GM) version

Today Apple just released Xcode 9.1 (build 9B55) and provided also the new update of iOS 11.1.
I just tried to upload my new archive, but unfortunately it fails with the following error message:
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."
It worked with the previous version Xcode 9.01. I'm wondering, if there is something new to consider? Just to be clear, I'm not using any beta software - this is the final build downloaded/updated from the AppStore.
Have you updated your macOS to 10.13.1 as well? All software should be up to date.
If all is updated, I'd just give it a couple hours and re-build then – maybe Apple didn't update the requirements in iTunes Connect yet. Just a guess.

Is it possible to upload to App Store using Xcode 7.1 (beta)?

I'm just preparing my app for iOS 9, prior to the new release next week, using latest beta version of Xcode but it gives me this error message:
Nope, you cannot with beta versions of Xcode (same as with previous beta versions of Xcode). Now the newest Xcode version is the 7.1 beta which cannot be used for publishing apps. But there is Xcode 7.0 GM version and with this one it should be possible to publish app. Now when I am uploading apps it gives me same warning ("Invalid Toolchain..."; but I have it in testing for internal testers, I am uploading app via Application Loader) but it shouldn't take long and after few days Apple sends emails to developers that App Store now accepts iOS 9 versions of apps.

Xcode 6.1 (6A1046a) - invalid bundle

Today, I have installed the latest version of Yosemite (GM), and Xcode 6.1 (6A1046a).
Here is the message I get when I try to validate my iOS 8 app before submitting.
"iTunes Store operation failed.
This bundle is invalid. New apps and app updates submitted to
the app store must be built with public (GM) version of
Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built
with beta software."
Note that I was able to submit my Swift app - on the Store since day #1 of iOS 8. As I have both GM (for Yosemite and Xcode), any idea why I have such a message?

Resources