关于xcode11版本无法上传包, 一直卡在Authenticating with the app store

xcode11上传包的时候一直卡在Authenticating with the app store,起初一直以为网络不行,换成4G也不行。找了很多资料,大部分都是在终端执行以下命令,

1. cd ~

2. mv .itmstransporter/ .old_itmstransporter/         

3. rm -rf .itmstransporter/                 

4. "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"

苹果最后上传包是通过程序iTMSTransporter来上传的,该程序存在于Application Loader程序文件目录下,但xcode11已经移除了Application Loader,所以就无效了。

当我通过altool上传ipa包时,我发现iTMSTransporter在这里:

/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter

前往这个文件夹,里面有以下三个文件

删除了这三个文件,打开终端执行iTMSTransporter的位置,上述。执行完成之后,下载了一些jar包,最终展示:


好了,再利用Xcode或者Transporter上传的时候,进度条正常了!

你可能感兴趣的:(关于xcode11版本无法上传包, 一直卡在Authenticating with the app store)