Xcode 9.2 app uploading broken?

Just installed Xcode Version 9.2 (9C40b) from the App Store.

I've got a critical bug fix I'm trying to upload and release but I keep getting


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."


Which is crazy as I'm using the official Xcode and not any beta.

I don't use beta's so it's not anything legacy.

Only yesterday I successfully built and uploaded to ITC a build for the same app which is now in Test Flight.

Yesterday I was using Xcode 9.1, today Xcode 9.2


I tried using the Application Loader Version 3.7 (1034) but it gives the same error even though it allows you to ignore the error and Send anyway it still doesn't work.

same issue here...

It's working now!!

Proof: https://developer.apple.com/testflight/release-notes/


Apparently Apple was not ready to support the new version. I still suspect on the lowercase b in the build.

Either way, someone made a mess, hopefully it will never repeat again, or I'll start charging Apple for the time I waste dealing with their mess.

QC needs to improve.

Still wont work.

Getting this error from Application Loader:-

java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at com.apple.transporter.launcher.Application.start(Application.java:206)

at com.apple.transporter.launcher.Application.main(Application.java:519)

Caused by: java.lang.IllegalStateException: could not find needed OSGiFramework

at com.apple.transporter.osgi.BootstrapHelper.setupClassLoader(BootstrapHelper.java:120)

at com.apple.transporter.osgi.FelixOSGiBootstrapper.bootstrap(FelixOSGiBootstrapper.java:9)

... 6 more

Fixed, try again.

It's working now!!

Just build a new archive and upload it and submit it, just test it and my game is waiting for review ^_^

Xcode 9.2 is working now. Not issues validating and uploading apps

Finally... Uploading build as we speak.

I have xcode 9.2 9C40b. I get this error when I try to send invites for testflight.


This build is using a beta version of Xcode and can’t be submitted. Make sure you’re using the latest version of Xcode or the latest seed release found in the TestFlight release notes.

Same problem here, I too have Version 9.2 (9C40b).

The release notes says it is supported.

What is going on ?

Same problem, error with this request :

POST /testflight/v2/providers/:id/apps/:id/builds/:id/review
{
  "data" : null,
  "error" : {
    "code" : "ITC.response.error.BUILD_SDK_NOT_ALLOWED_FOR_EXTERNAL_TESTING",
    "description" : "Failed to submit build for review."
  }
}

The original problem in this thread was that 9.2 was too new and the store hadn't been updated to know about it. An all too common sequence.


The current problem, however, is out of the blue - which still doesn't make it right tho 😉


The only thing I see that changed is iOS 11.3 beta 6 dated today, Mar. 16.


Everyone with -new- Xcode 9.2 issues should be filing bugs against the backend now, I think. Maybe they tried to sneak in a quick shutdown until they pull a few related levers behind the curtain. Maybe the intern switched the power strip off at the wall. Wouldn't be the first time in any case.

Same issue.
Xcode 10

How so?


v9.2 was a release version, from the store.


v10.x is still in beta - devs aren't allowed to build/submit apps for distribution via the store using betas...this isn't new.


If you wish to build/submit apps for distribution via the store, note that current Xcode is v9.4.1


See supported versions

Xcode 9.2 app uploading broken?
 
 
Q