码迷,mamicode.com
首页 > 移动开发 > 详细

iOS上传应用到AppStore出现Authenticating with the iTunes store

时间:2018-04-20 10:20:59      阅读:332      评论:0      收藏:0      [点我收藏+]

标签:工具   tran   image   上传   问题   ati   content   pstore   bsp   

在Xcode里上传iOS游戏到App Store卡在Authenticating with ITunes Store问题:

 

 技术分享图片

 

 

网上搜索发现是XCode的工具Application Loader下ITMSTransporter出错

打开命令行,输入如下命令

 

1 cd ~
2 mv .itmstransporter/ .old_itmstransporter/          备份原文件.itmstransporter/到.old_itmstransporter/
3 rm -rf .itmstransporter/                     删除原有文件夹,不删除的话ITMSTransporter的更新可能会卡住
4 "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter" 启用iTMSTransporter自动更新程序,不同Mac系统版本ITMSTransporter文件目录可能不同,本文系统是10.13.3

然后等待iTMSTransporter自动更新运行完成即可,如果不能打开iTMSTransporter,就根据这个目录在Finder里找到iTMSTransporter,手动打开


笔者更新了1个小时左右

 

iOS上传应用到AppStore出现Authenticating with the iTunes store

标签:工具   tran   image   上传   问题   ati   content   pstore   bsp   

原文地址:https://www.cnblogs.com/yyyyyyyyqs/p/8888245.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!