rogerlsmith
rogerlsmith

Reputation: 6786

Unable to upload app to iTunes Connect with Xcode 7.0.1

I am been getting this error with Xcode 7.0.1 uploading to iTunes Connect:

The session's status is FAILED and the error description is 'failed to open ssh session. (16)'

Seems to be a network issue (ssh) and the fact that I can upload from my home network.

I've used the Network Utility and it appears as if these are open:

However, I am not entirely convinced.

Also I've tried Application Loader using only DAV transfer protocol and get this:

An error occurred uploading to the App Store

I've also tried setting https.proxyPort = 80 located in:

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

Nothing seems to work. All of this started after upgrading to both Yosemite and Xcode 7 (about 2 weeks ago).

Thanks in advance for any clues,

Roger

Upvotes: 3

Views: 1383

Answers (2)

schub
schub

Reputation: 932

I worked for me after I disabled the firewall on OSX.

Upvotes: 0

rogerlsmith
rogerlsmith

Reputation: 6786

After quite a lot of time, I have an answer that works for me. I had tried both Xcode 7.0.1 and the Application Loader v3.2 that is part of Xcode. Still having preferences set for DAV Transfer Protocol only, I downloaded Application Loader v3.1 from iTunes Connect. Go to Resources and Help then to the bottom and View Tools. The link for Application Loader 3.0 actually downloads 3.1, but that worked for me.

Upvotes: 1

Related Questions