App Store submission/distribution error “failed to open ssh session”

ぐ巨炮叔叔 提交于 2019-12-01 15:59:12

问题


I'm trying to submit an iOS PhoneGap app to the app store via Xcode 5.0.2 but I'm encountering problems at the final distribution stage. The app works perfectly on the simulators and devices that I've used and even passes the validation yet when I go to distribute it a number of errors pop up and the project's status is listed as "Failed Validation".

I've had no luck searching for these errors on-line and I don't understand how it passes validation when I click validate but somehow fails it when I go to distribute.

I see other Xcode submission problems are linked to Apple server traffic but I'm not getting any "network connection lost" errors.

I've seen some issues requiring a Java update for Xcode but they seemed to effect Xcode 4 and I'm using Xcode 5.

EDIT: I forgot to mention that I'm using an iMac on a University network.


回答1:


After having the same issue I've been able to fix this issue.

To solve this issue you need to:

Go to page 6 "System and Network Requirements" from https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf

verify that all of the ports and IP addresses are accessible.

After opening all of the ports from the table, I'm now able to upload my apps.

Enjoy!




回答2:


The problem was that I was using a university network which has a number of restrictions on servers as well as uploading and downloading. The only fix for this problem was to find another Mac to use which wasn't restricted.




回答3:


A possible solution is to do what @kernix suggests, make sure your bitching corporate firewall isn't trying to mug you off. Are your ports open?

Another solution is to user Application Loader instead.

Open Application Loader, got to preferences (⌘+,) and unselect Signiant and Aspera, but leave DAV selected.



来源:https://stackoverflow.com/questions/22288516/app-store-submission-distribution-error-failed-to-open-ssh-session

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!