iOS上傳應用到AppStore出現Authenticating with the iTunes store


在Xcode里上傳iOS游戲到App Store卡在Authenticating with ITunes Store問題:

網上搜索發現是XCode的工具Application Loader下ITMSTransporter出錯

打開命令行,輸入如下命令 

1 cd ~
2 mv .itmstransporter/ .old_itmstransporter/          備份原文件.itmstransporter/到.old_itmstransporter/
3 rm -rf .itmstransporter/                     刪除原有文件夾,不刪除的話ITMSTransporter的更新可能會卡住 4 "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter" 啟用iTMSTransporter自動更新程序,不同Mac系統版本ITMSTransporter文件目錄可能不同,本文系統是10.13.3

然后等待iTMSTransporter自動更新運行完成即可,如果不能打開iTMSTransporter,就根據這個目錄在Finder里找到iTMSTransporter,手動打開

筆者更新了1個小時左右


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM