美文网首页
iOS__上传应用到AppStore出现Authenticati

iOS__上传应用到AppStore出现Authenticati

作者: CoderJohnhao | 来源:发表于2017-05-05 19:58 被阅读896次
image.png eV1e7.png

upload to App Store 出现一直在__ Authenticating with the iTunes store__ 卡住

最近打包上传到App Store的时候,一直卡在验证App Store界面,一卡就是半个小时,然后提示请重试,然后在stackoverflow找到解决的方法,如下:

打开终端,依次输入,运行5分钟左右关闭,重启xcode,再重新upload!

cd ~
mv .itmstransporter/ .old_itmstransporter/
"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"

如果对你有帮助,麻烦您点个❤️!_

备注:如果还是不行,卸载xcode(一定要卸载干净), 重新安装xcode,再重复以上步骤!

相关文章

网友评论

      本文标题:iOS__上传应用到AppStore出现Authenticati

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