All Things Techie With Huge, Unstructured, Intuitive Leaps

iOS & Xcode -- couldn't upload app to iTunes Connect


So, the time finally came to upload my app to iTunes Connect through Xcode.  I went through the Organizer and pressed the submit button, and the frigging thing got stuck.  It would go past "Authenticating With The iTunes Store" stage. It just sat there. Sat there longer than an hour. It was just hugely constipated.  Nothing. Nada.

Realized that the https secure upload was somehow failing. To fix it, I opened a Terminal window and navigated to:

/Applications/Xcode.app/Contents/Applications/Application\Loader.app/Contents/MacOS/itms/java/lib/net.properties

I opened up a vi text editor and changed this line:

# https.proxyPort=443  
to this line:
https.proxyPort=80

Worked like a charm after that. All that our product manager would say, was "Crapple", but he is biased.

No comments:

Post a Comment