美文网首页
Xcode打包上传卡在Authenticating with t

Xcode打包上传卡在Authenticating with t

作者: YANGXIXIYear | 来源:发表于2019-01-29 21:46 被阅读0次

今天用Xcode打包上传时,一直卡在验证App Store的地方,刚开始以为是网络问题,后切换网络多次尝试,发现依旧不行!查找资料,找到了一个完美的解决办法。

终端依次执行如下三条命令:

1、cd ~

2、mv .itmstransporter/ .old_itmstransporter/

3、“/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter”

待第三条命令执行完毕,重新上传,即可顺利通过。

相关文章

网友评论

      本文标题:Xcode打包上传卡在Authenticating with t

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