iOS开发上传App Store时候一直卡在 Authenticating with the iTunes Store 的解决办法

前言
    这几天在上传APP的时候不管怎么样上传都TN的不成功,4G、VPN、WIFI统统的死啦死啦的;项目需要及时上线,翻阅了Stack,终于有找到解决方法;
  
   下面命令行按步骤来
  1. cd ~  
  2. mv .itmstransporter/ .old_itmstransporter/  
  3. "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter" 

    

猜你喜欢

转载自blog.csdn.net/whjay520/article/details/71158757