- 关于xcode11版本无法上传包, 一直卡在Authentica
- "ERROR ITMS-90596"卡skr人
- 2020-11-23Authenticating with th
- Xcode 上传app store 一直卡在Authentica
- Xcode11 之后上传 ipa文件到APP store
- 关于Xcode11上传AppStore卡在Authenticat
- iOS开发丨解决Xcode11上传App Store一直卡住的问
- Authenticating with the AppStore
- xcode11 Authenticating with the
- Xcode11 upload app.ipa stuck at
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上传的时候,进度条正常了!
网友评论