美文网首页
Authenticating with the AppStore

Authenticating with the AppStore

作者: LionPig | 来源:发表于2020-05-22 17:39 被阅读0次

    问题:

    Xcode11APP Store Connect上传二进制文件时,卡在Authenticating with the AppStore不动。

    解决:
    需要删除部分文件并下载新的文件,具体看以下两个教程。
    

    不能科学上网的同学,第二篇文章有下载好的的文件存在云盘上,这里就不放出来了
    作者本人Xcode全程没有关闭,替换好文件就可以了。

    Xcode11之前貌似是这样的

    在终端输入这三个命令,等待执行完毕

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

    相关文章

      网友评论

          本文标题:Authenticating with the AppStore

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