Link to home
Start Free TrialLog in
Avatar of DrDamnit
DrDamnitFlag for United States of America

asked on

XCode crashes while uploading to app store.

I have submitted 3-4 pre-release builds today - all with no problem. Now, when I submit the app via XCode, the archive is created, validated, and signed, and starts the upload process. Then, XCode inexplicably crashes.

The first 5 or six times, I thought it was something I did or something wrong with the package. I upgraded XCode to 6.3.2 (the latest), but still nojoy.

I grabbed my 2011 Macbook air (underpowered for XCode), did a FRESH install of XCode, copied over the certificates and the source code, re-compiled, validated, submitted, and... CRASH!

Is this a code problem? XCode problem? Or is Apple having a malfunction today?

From the crash report,it looks like this isn't my problem... or it is getting bad data back from the server...

Application Specific Information:
ProductBuildVersion: 6D2105
ASSERTION FAILURE in /SourceCache/IDEFrameworks/IDEFrameworks-7718/IDEFoundation/Issues/IDEIssueManager.m:457
Details:  This method must only be called on the main thread
Object:   <IDEIssueManager>
Method:   +_issueProviderInfo
Thread:   <NSThread: 0x7ff23684cf60>{number = 55, name = (null)}
Hints:   None

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Brandon Lyon
Brandon Lyon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DrDamnit

ASKER

Brandon, can you give me a link on how to do that?
I shall have one of my minstrels sing a song to your praises.
Avatar of Brandon Lyon
Brandon Lyon

Here is a youtube video with the steps, though I haven't tried them personally. https://www.youtube.com/watch?v=bWCDks75hg8

It looks like it uses an alternate upload flow in xcode.
Apparently you can also download Application Loader directly from http://itunesconnect.apple.com. Click on "Resources and Help" and you'll find a .dmg download for it as well as a user guide and other resources.