上传app到app store遇到 An error occurred uploading to the iTunes Store.(iTunes Store Operation Failed)的解决方法

出了这个问题很抓狂,

找遍了国内整个大百度都没有解决办法,后来在谷歌上找到的,全英文翻译为汉语,还是谷歌牛逼

在终端执行下面三条指令:

  1. cd ~
  2. mv .itmstransporter/ .old_itmstransporter/
  3. "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"       

即可

 

详解如下:

发生在(2017年12月),

 

打开Terminal。转到主目录,

cd ~  

移动当前的transporter目录,

mv .itmstransporter/ .old_itmstransporter/ 

调用以下文件以使Transporter更新自身。

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

等到它更新,然后打开Xcode并尝试上传。

 

完美解决这个头疼的问题

 

posted on 2017-12-13 11:10  yucaijiang  阅读(627)  评论(0编辑  收藏  举报

导航