在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