轉(zhuǎn)載自:
https://www.maaiting.com/2020/03/03/Authenticating%20with%20the%20App%20Store/
原作者:MaKe
更新Xcode11之后,上傳App Store部分同學(xué)會(huì)遇到在Uploading界面的Authenticating with the App Store…卡住一整天都不會(huì)動(dòng),然后不管是Google還是百度都會(huì)告訴你這樣去解決:
第一步:cd ~
第二步:mv .itmstransporter/ .old_itmstransporter/
第三步:"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"
等待執(zhí)行完成就好
然而在Xcode11版本之后這個(gè)方法并不管用,原因是蘋果刪除了xcode中自帶的Application Loader.app,然后我們?cè)诟耎code11過程中transporter因?yàn)槟撤N原因損壞,所以在上傳的時(shí)候會(huì)一直卡在Authenticating with the App Store...
解決方案:
step1: 打開終端輸入
open ~/Library/Caches/com.apple.amp.itmstransporter/
step2: 刪除文件夾??內(nèi)的所有文件
step3: 在終端輸入 (親測(cè)在這里打開VPN會(huì)快很多,下載內(nèi)容大概60M+)
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/bin/iTMSTransporter
step4: 下載完了后重啟Xcode
如果在Xcode使用了shift+command+k清除緩存后,需要重新運(yùn)行step1-step4