美文网首页
Xcode 上传app store 一直卡在Authentica

Xcode 上传app store 一直卡在Authentica

作者: 切一斤桃花卖酒钱 | 来源:发表于2020-08-27 10:48 被阅读0次

自留笔记

原因:

大致为使用 CleanMyMac 等清理工具清理了上传关键文件的缓存导致的

解决

删除并重新下载所需上传文件缓存

  • 删除 Xcode 上传文件缓存
~/Library/Caches/com.apple.amp.itmstransporter
  • 修复通过 Xcode 直接上传缓存,双击执行文件
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter
  • 修复通过 Transporter 上传缓存,双击执行文件
/Applications/Transporter.app/Contents/itms/bin/iTMSTransporter

待以上文件执行缓存完毕,重新打开 Xcode 或 Transporter 上传。

问题

  1. 执行缓慢,疑似卡主
    答:可打开缓存文件目录查看大小,如在变化说明在执行中,只是 termial 中未及时反映

  2. 执行卡主在下载 .jar 包
    答:打开全局代理,通过代理下载安装

  3. 清理并重新下载完仍不能上传
    答:1.是否重启上传工具; 2. 是否在安装中关闭了 CleanMyMac 等清理软件

下载成功截图

参考

Application Loader stuck at “Authenticating with the iTunes store” when uploading an iOS app

相关文章

网友评论

      本文标题:Xcode 上传app store 一直卡在Authentica

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