当我尝试从公司代理服务器后面提交应用程序时,我收到此消息.
Could not start delivery: all transports Failed diagnostics.
当直接连接到出站路由器时,上载工作.
有人有个主意,为什么? Xcode没有使用系统代理设置吗?
解决方法
嗯,在第二行添加到我的.bash_profile后,它起作用了:
#this was already there export http_proxy="192.168.0.99:8080" #this line added made it work export https_proxy="192.168.0.99:8080"
在网络设置中激活代理没有用,非常奇怪..