-
Re: Xcode 9.2 app uploading broken?
jjgeight Dec 4, 2017 3:07 PM (in response to Seoras)I have just updated to Xcode 9.2 via the App Store and I'm on a non-beta version of macOS and I am also getting the same error when I try to upload my builds to iTunes Connect.
Doing a quick bit of research it could be caused by the security updates recently released by Apple but I'm not too sure.
-
Re: Xcode 9.2 app uploading broken?
jcasier Dec 4, 2017 3:22 PM (in response to Seoras)I am getting exactly the same issue after updating to xcode 9.2 (9C40b).
It looks like a bug on apple's side. The iTunes connect guys are probably still treating the new production xcode as a beta version.
-
Re: Xcode 9.2 app uploading broken?
kane.codes Dec 4, 2017 3:23 PM (in response to jcasier)Except the beta version let me upload yesterday
-
-
Re: Xcode 9.2 app uploading broken?
Seoras Dec 4, 2017 3:27 PM (in response to Seoras)Oh the joy of having 2 Macs. My MacAir still has 9.1 on it so I fired it up, compiled the binary and uploaded no problem.
I suspect someone hasn't made the necessary config changes to ITC to allow it to accept submissions from xc9.2
No doubt tomorrow this will have resolved itself quietly.
-
Re: Xcode 9.2 app uploading broken?
GlennX Dec 4, 2017 4:00 PM (in response to Seoras)Did this get fixed yet? I want to download 9.2 so I can deploy to my iOS11.2 phone but I have to submit tomorrow so can't risk it. Now I have to test and debug AR stuff on an iPad (still on 11.1)
-
Re: Xcode 9.2 app uploading broken?
GlennX Dec 4, 2017 4:02 PM (in response to GlennX)I didn't realise only half an hour had passed. It's the 5th already here! I'll check back in the morning.
-
Re: Xcode 9.2 app uploading broken?
ykurniawan Dec 5, 2017 4:55 AM (in response to GlennX)same problem
-
-
Re: Xcode 9.2 app uploading broken?
KMT Dec 4, 2017 4:53 PM (in response to Seoras)Happens all the time - sort of a left hand/right hand thing. Give it another day, then try again.
-
Re: Xcode 9.2 app uploading broken?
jujodi Dec 4, 2017 5:07 PM (in response to Seoras)Same issue - I updated to 9.2 so I could run my app on my device with 11.2, also noted it here: https://stackoverflow.com/questions/47644270/xcode-9-2-upload-to-app-store-fails-with-description-length-and-invalid-toolchai
-
Re: Xcode 9.2 app uploading broken?
antonioyip Dec 4, 2017 6:47 PM (in response to jujodi)same problem
-
Re: Xcode 9.2 app uploading broken?
KMT Dec 4, 2017 7:10 PM (in response to antonioyip)iTunes Connect hasn't been updated to accept Xcode 9.2 for uploads to the store. This is not an unusual issue, and the solution is always the same - be patient until the proper flag is set on the backend. I'd expect it with the next 24 hrs.
Be sure to check here as I'm sure someone will alert the community when it's clear to use v9.2
-
-
-
Re: Xcode 9.2 app uploading broken?
EduardoIbarra Dec 4, 2017 7:32 PM (in response to Seoras)Hello guys, I urgently need to upload my app and I am stuck with this error as well, if I have this Xcode Version 9.2 (9C40b), is there something I can do using my same computer to upload my app? Is it possible to install an xcode version that wil l work right now?
-
Re: Xcode 9.2 app uploading broken?
KMT Dec 4, 2017 7:42 PM (in response to EduardoIbarra)Xocde v9.1 should work, in general. Just be sure to create a fresh build with it first so that project/app doesn't smell like v9.2 when it gets to the store.
And if you don't still have a working v9.1 install, you can get it here: https://developer.apple.com/download/more/
Be careful when you install it...there may be a naming conflict w/9.2
-
Re: Xcode 9.2 app uploading broken?
EduardoIbarra Dec 4, 2017 7:47 PM (in response to KMT)Thanks, I'll download it and uninstall my current XCode build using a maccleaner utility or something like that before installing it. Will update with my results.
-
-
-
Re: Xcode 9.2 app uploading broken?
EduardoIbarra Dec 4, 2017 8:51 PM (in response to Seoras)As suggested by KMT, I completely uninstalled XCode 9.2 (using MacCleaner's uninstaller utility), downloaded Xcode 9.1 from
https://developer.apple.com/download/more/ , installed it, added my account again from Xcode/Preferences/Accounts and then simply went to Product/Archive and it was uploaded flawlessly.
-
Re: Xcode 9.2 app uploading broken?
KMT Dec 4, 2017 9:10 PM (in response to EduardoIbarra)Good info, thanks for the update and good luck in the store.
Ken
-
-
Re: Xcode 9.2 app uploading broken?
onceyoung Dec 5, 2017 12:49 AM (in response to Seoras)Exactly the same issue after updating to xcode 9.2 (9C40b).
-
Re: Xcode 9.2 app uploading broken?
esecuser Dec 5, 2017 1:42 AM (in response to Seoras)Same issue here... Hope that this will be fixed soon.
-
Re: Xcode 9.2 app uploading broken?
miguelbp Dec 5, 2017 2:00 AM (in response to Seoras)Exactly the same issue after updating to xcode 9.2 (9C40b) from App Store
-
Re: Xcode 9.2 app uploading broken?
Kennic Dec 5, 2017 3:17 AM (in response to Seoras)Right-Click on the archive file (.xcarchive) > Show Package Contents > Products > Applications > Right-Click on the app file > Show Package Contents > Double-Click on Info.plist to edit it
Change value of DTXcodeBuild from 9C40b to 9C40
Re-submit and it will work
-
Re: Xcode 9.2 app uploading broken?
elilien233 Dec 5, 2017 2:32 AM (in response to Seoras)Right-Click on the archive file (.xcarchive) > Show Package Contents > Products > Applications > Right-Click on the app file > Show Package Contents > Double-Click on Info.plist to edit it
Change DTXcodeBuild's value from 9C40b to 9C40 and it will work.
-
Re: Xcode 9.2 app uploading broken?
lplabs Dec 5, 2017 5:55 AM (in response to elilien233)Thank you so much. I need to upload a critical bugfix and yesterday I could not test my build on my device and today I could not upload the new version. You seriously saved my day.
Apple, this is the 5th day of continous bugs. Can we please be over with all this?
-
-
Re: Xcode 9.2 app uploading broken?
evan.lu Dec 5, 2017 4:03 AM (in response to Seoras)The interesting thing is that I got the "Invalid Toolchain" warning mail after I upload package which has modified DTXcodeBuild to 9c40, in the mean time the package is on the Testfligt available to test !!
is everything OK....Apple ?
-
Re: Xcode 9.2 app uploading broken?
vahan Dec 5, 2017 11:33 AM (in response to evan.lu)It works for internal Testflight. If you try to submit to External, you will get the same error still
-
-
Re: Xcode 9.2 app uploading broken?
Rafael Veronezi Dec 5, 2017 4:35 AM (in response to Seoras)It's broken here too. Still can't upload apps.
-
-
Re: Xcode 9.2 app uploading broken?
marionflex Dec 5, 2017 5:07 AM (in response to Seoras)I got the same issue
-
Re: Xcode 9.2 app uploading broken?
jujodi Dec 5, 2017 5:14 AM (in response to Seoras)Issue was answered here: https://stackoverflow.com/questions/47644270/xcode-9-2-upload-to-app-store-fails-with-description-length-and-invalid-toolchai/47651392
Right-Click on the archive file (.xcarchive) > Show Package Contents > Products > Applications > Right-Click on the app file > Show Package Contents > Double-Click on Info.plist to edit it Change value of DTXcodeBuild from 9C40b to 9C40 Re-submit and it will work
-
Re: Xcode 9.2 app uploading broken?
AISU Tech Dec 5, 2017 5:15 AM (in response to Seoras)Same issue here.
I stayed until 3:00 am trying to submit my app, and reinstalling Xcode, trobleshooting, etc., thanks to some idiot's mistake.
-
Re: Xcode 9.2 app uploading broken?
KMT Dec 5, 2017 7:24 AM (in response to AISU Tech)"thanks to some idiot's routine mistake."
FTFY
-
-
-
Re: Xcode 9.2 app uploading broken?
nevin.j Dec 5, 2017 10:13 AM (in response to Seoras)Same problem. Is there any update on a fix?
-
Re: Xcode 9.2 app uploading broken?
ajfear Dec 5, 2017 10:47 AM (in response to Seoras)I'm still getting it too.
-
Re: Xcode 9.2 app uploading broken?
jose54 Dec 5, 2017 10:51 AM (in response to Seoras)Still stuck with this issue.
-
Re: Xcode 9.2 app uploading broken?
MattK14 Dec 5, 2017 11:49 AM (in response to Seoras)Apple please fix this....
-
Re: Xcode 9.2 app uploading broken?
PLSCOInc Dec 5, 2017 11:58 AM (in response to Seoras)This is such a joke. Apple?
-
Re: Xcode 9.2 app uploading broken?
steve.gray Dec 5, 2017 12:02 PM (in response to Seoras)Still encountering this issue as well. It'd be great if there could be some communication for when we can expect an update from Apple?
-
Re: Xcode 9.2 app uploading broken?
armandvdwalt Dec 5, 2017 12:06 PM (in response to Seoras)Issue still persisting
-
Re: Xcode 9.2 app uploading broken?
flavius Dec 5, 2017 1:11 PM (in response to Seoras)Issue still persisting. Had to roll-back to xCode 9.1 to submit an app.
-
Re: Xcode 9.2 app uploading broken?
mseremet Dec 5, 2017 1:39 PM (in response to Seoras)Oh Apple, you lazy bastards.
-
Re: Xcode 9.2 app uploading broken?
NextGenApps Dec 5, 2017 2:03 PM (in response to Seoras)I don't get what is taking them this long to update itunes connect let alone how this made its way through testing.
-
Re: Xcode 9.2 app uploading broken?
sarto Dec 5, 2017 2:29 PM (in response to Seoras)Same here... downloaded it (9.2) hoping it would work fine with two simultaneous instances... 9.1 is too slow... guess what?? Its even worse!!! and now cant upload version to store.... thats just #@#$@@#@!!!! Downloading 9.1... tks Apple... 8.x was way better... what are you guys doing there??? getting xcode worse and worse???
-
Re: Xcode 9.2 app uploading broken?
jahmon Dec 5, 2017 3:11 PM (in response to Seoras)I'm having the same issue. I hope they fix this soon.
-
Re: Xcode 9.2 app uploading broken?
AISU Tech Dec 5, 2017 3:25 PM (in response to Seoras)Just got off the phone with Apple, they couldn't explain this issue, nor they believe it's a beta version.
Also, mentioned that they didn't know about this issue because nobody else has called. ( !! )
I was just given some placebo pointers I'm sure won't work but I'll follow them anyway...
Please start calling Apple!!!
-
Re: Xcode 9.2 app uploading broken?
Kimon Dec 5, 2017 3:43 PM (in response to Seoras)Same problem here - what a disaster of a week for Apple.
-
Re: Xcode 9.2 app uploading broken?
Haitao X Dec 5, 2017 4:02 PM (in response to Seoras)How do we know when this is fixed? i suppose the change needs to be made is on itunes connect. downloading xcode9.1 meanwhile..
-
Re: Xcode 9.2 app uploading broken?
mmuszynski Dec 5, 2017 4:03 PM (in response to Seoras)Generally the letters in the build number are capital. I wonder, since 9C40b ends in lowercase b if somebody pushed a beta version to the app store by accident...
-
Re: Xcode 9.2 app uploading broken?
futurejones Dec 5, 2017 4:14 PM (in response to Seoras)Is this fixed yet? I havent upgraded to 9.2 but uploads arent working on 9.1 either. I can validate a binary ok in xcode but cant upload in xcode or using application loader.
Do I now need to upgrade to xcode 9.2 to fix this?
In app puchase content uploads are broken too.
Maybe its a "root" problem.
-
Re: Xcode 9.2 app uploading broken?
mmuszynski Dec 5, 2017 4:27 PM (in response to futurejones)9.1 worked for me earlier this afternoon.
-
Re: Xcode 9.2 app uploading broken?
Haitao X Dec 5, 2017 4:42 PM (in response to futurejones)9.1 works for me. I just uploaded a build successfully.
-
Re: Xcode 9.2 app uploading broken?
futurejones Dec 5, 2017 7:15 PM (in response to Haitao X)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
-
-
-
Re: Xcode 9.2 app uploading broken?
lmDeveloper1 Dec 5, 2017 4:45 PM (in response to Seoras)same thing here, i called apple they seemed unaware of it, was put on hold for about 5 min, then they said they arnt accepting 11.2 apps yet, but didnt give me any timetable, but honestly im not totatlly sure they knew what i was describing. I guess we just wait. so back to 9.1 for me.
-
Re: Xcode 9.2 app uploading broken?
xam Dec 5, 2017 5:35 PM (in response to lmDeveloper1)same issue here...
-
-
Re: Xcode 9.2 app uploading broken?
lincolnchamps Dec 5, 2017 6:09 PM (in response to Seoras)It's working now!!
-
Re: Xcode 9.2 app uploading broken?
AISU Tech Dec 5, 2017 6:22 PM (in response to lincolnchamps)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.
-
-
Re: Xcode 9.2 app uploading broken?
alexander.zhigulich Dec 5, 2017 10:42 PM (in response to Seoras)Fixed, try again.
-
Re: Xcode 9.2 app uploading broken?
Danar Dec 6, 2017 12:22 AM (in response to Seoras)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 ^_^
-
Re: Xcode 9.2 app uploading broken?
sergopvs Dec 6, 2017 1:41 AM (in response to Seoras)Xcode 9.2 is working now. Not issues validating and uploading apps
-
Re: Xcode 9.2 app uploading broken?
lplabs Dec 6, 2017 2:59 AM (in response to sergopvs)Finally... Uploading build as we speak.
-
-
Re: Xcode 9.2 app uploading broken?
rschlack Mar 16, 2018 9:46 AM (in response to Seoras)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.
-
Re: Xcode 9.2 app uploading broken?
mt4 Mar 16, 2018 10:18 AM (in response to rschlack)Same problem here, I too have Version 9.2 (9C40b).
The release notes says it is supported.
What is going on ?
-
Re: Xcode 9.2 app uploading broken?
freddy03h Mar 16, 2018 10:25 AM (in response to rschlack)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." } }
-
Re: Xcode 9.2 app uploading broken?
KMT Mar 16, 2018 10:33 AM (in response to freddy03h)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.
-
Re: Xcode 9.2 app uploading broken?
zdrilx Mar 16, 2018 11:26 AM (in response to KMT)Very problematic for sure for those who wanted to do the work now...
-
Re: Xcode 9.2 app uploading broken?
KMT Mar 16, 2018 11:29 AM (in response to zdrilx)No doubt...
What is your bug report #?
-
-
-
-
-
Re: Xcode 9.2 app uploading broken?
Skytells Sep 7, 2018 9:58 PM (in response to Seoras)Same issue.
Xcode 10-
Re: Xcode 9.2 app uploading broken?
KMT Sep 7, 2018 10:12 PM (in response to Skytells)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
-