码迷,mamicode.com
首页 > 其他好文 > 详细

代理环境下 xcode submit 失败解决

时间:2015-03-31 10:54:50      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:ios   上线   

由于公司网络需要设置代理才能访问外网,此时通过xocde提交应用到itunesconnect的时候会出现443访问失败的错误,可以通过下面的方法来解决。

  1. Go to Application Loader java folder : /Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/MacOS/itms/java/lib
  2. Open net.properties file with “sublime text” or “text mate”
  3. Change “#https.proxyPort=443” proxy port to “https.proxyPort=80”
  4. Save the file and reopen Application Loader and Try again.

代理环境下 xcode submit 失败解决

标签:ios   上线   

原文地址:http://blog.csdn.net/ytlvy/article/details/44774675

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!