上传应用时,卡在 Authenticating with the App Store
本文主要解决的是在上传应用时,卡在 Authenticating with the App Store...
的问题。
问题分析
综合网上各种解决此问题的方案,我这边猜测卡住的原因如下:
在上传 ipa 时,需要使用很多内置的资源,而这些资源是需要下载的。因为某种原因(例如 GFW,或者个人网络原因)下载缓慢或失败,都会造成卡死在这一步。
解决方案
step1: 打开终端输入
open ~/Library/Caches/com.apple.amp.itmstransporter/
step2: 删除文件夹内的所有文件
step3: 在终端输入 (亲测在这里使用手机热点速度很快,下载内容大概60M+)
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/bin/iTMSTransporter
step4: 下载完了后重启Xcode