在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個小時左右