iOS上傳應用到AppStore出現Authenticating with the iTunes store
阿新 • • 發佈:2018-04-20
打開 height eight ati com pst finder 不能 AD
在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個小時左右
iOS上傳應用到AppStore出現Authenticating with the iTunes store