美文网首页工作生活
XCode上传App Store出现的Authenticatin

XCode上传App Store出现的Authenticatin

作者: ROFL | 来源:发表于2019-07-03 10:49 被阅读0次

通过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" 
通过上述方法,上传成功了,可供参考.

相关文章

网友评论

    本文标题:XCode上传App Store出现的Authenticatin

    本文链接:https://www.haomeiwen.com/subject/nmzfhctx.html