美文网首页
解决Xcode上传应用Authenticating with t

解决Xcode上传应用Authenticating with t

作者: XiaoBaa | 来源:发表于2018-09-24 16:03 被阅读12次

简介

Xcode上传ipa包时, 出现在Authenticating with the iTunes store长时间无响应.

解决方式:

1. 完全关闭Xcode工具

2. 打开终端执行如下命令: 
  1)  cd ~
  2)  mv .itmstransporter/ .old_itmstransporter/
  3)  "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"
   提示: 请耐心等待命令完全执行结束.

3. 重启Xcode工具, 重新上传ipa包.

交流与建议

相关文章

网友评论

      本文标题:解决Xcode上传应用Authenticating with t

      本文链接:https://www.haomeiwen.com/subject/dfxhoftx.html