在Xcode裏上傳iOS遊戲到App Store卡在Authenticating with ITunes Store問題:app
網上搜索發現是XCode的工具Application Loader下ITMSTransporter出錯工具
打開命令行,輸入以下命令
spa
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個小時左右code