简介
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包.
网友评论