XCode上传App Store出现的Authenticatin
2019-07-03 本文已影响0人
ROFL
通过Xcode上传APP到App Store时一直卡死在Authenticating with iTunes Store,可能是XCode Application Loader中的ITMSTransporter出现错误.可以通过终端处理.
方法:
备份原文件.itmstransporter/ 到 .old_itmstransporter/.
1 mv .itmstransporter/ .old_itmstransporter/
删除原有文件夹,防止出现ITMSTransporter更新卡住问题.
2 rm -rf .itmstransporter/
启用ITMSTransporter自动更新程序,不同Mac OSITMSTransporter文件目录可能会有不同.本人是10.2.1.
3 "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"
通过上述方法,上传成功了,可供参考.