更新Xcode11之后,上传 App Store 部分同学会遇到在Uploading 界面的 Authenticating with the App Store… 卡住一整天都不会动,然后不管是Google还是百度都会告诉你这样去解决:
1 | 第一步:cd ~ |
然而在Xcode11版本之后这个方法并不管用,原因是苹果删除了xcode中自带的Application Loader.app
,然后我们在更新Xcode11过程中transporter因为某种原因损坏,所以在上传的时候会一直卡在Authenticating with the App Store...
解决方案:
1 | step1: 打开终端输入 |
如果在Xcode使用了shift
+command
+k
清除缓存后,需要重新运行 step1-step4