I am been getting this error with Xcode 7.0.1 uploading to iTunes Connect:
我在Xcode 7.0.1上传到iTunes Connect时遇到了这个错误:
The session's status is FAILED and the error description is 'failed to open ssh session. (16)'
会话状态失败,错误描述为“未能打开ssh会话”。(16)
Seems to be a network issue (ssh) and the fact that I can upload from my home network.
这似乎是一个网络问题(ssh),我可以从家里的网络上传。
I've used the Network Utility and it appears as if these are open:
我使用了网络工具,它看起来好像是开放的:
- itmsdav.apple.com:443
- itmsdav.apple.com:443
- contentdelivery.itunes.apple.com:443
- contentdelivery.itunes.apple.com:443
- idmsa.apple.com:443
- idmsa.apple.com:443
However, I am not entirely convinced.
然而,我并不完全相信。
Also I've tried Application Loader using only DAV transfer protocol and get this:
我也尝试过只使用DAV传输协议的应用程序加载器,得到:
An error occurred uploading to the App Store
上传至应用程序商店时发生错误
I've also tried setting https.proxyPort = 80 located in:
我也尝试过设置https。proxyPort = 80位于:
/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).
似乎没有什么工作。所有这些都是从升级到Yosemite和Xcode 7(大约两周前)开始的。
Thanks in advance for any clues,
谢谢你的提示,
Roger
罗杰
2 个解决方案
#1
1
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.
过了很长一段时间,我有了一个适合我的答案。我已经尝试了Xcode 7.0.1和Application Loader v3.2,这是Xcode的一部分。我仍然设置了DAV传输协议的首选项,我从iTunes Connect下载了Application Loader v3.1。转到参考资料,然后帮助到底部并查看工具。应用程序加载程序3.0的链接实际上下载了3.1,但这对我很有效。
#2
0
I worked for me after I disabled the firewall on OSX.
我在OSX上禁用防火墙后为自己工作。
#1
1
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.
过了很长一段时间,我有了一个适合我的答案。我已经尝试了Xcode 7.0.1和Application Loader v3.2,这是Xcode的一部分。我仍然设置了DAV传输协议的首选项,我从iTunes Connect下载了Application Loader v3.1。转到参考资料,然后帮助到底部并查看工具。应用程序加载程序3.0的链接实际上下载了3.1,但这对我很有效。
#2
0
I worked for me after I disabled the firewall on OSX.
我在OSX上禁用防火墙后为自己工作。