美文网首页codeER.teciOS开发
iOS上传应用到AppStore卡住,出现Authenticat

iOS上传应用到AppStore卡住,出现Authenticat

作者: Coder_JMicheal | 来源:发表于2018-09-12 09:21 被阅读31次

搜索发现是XCode的工具Application Loader下ITMSTransporter出错。
打开命令行,输入如下命令:

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

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

相关文章

网友评论

    本文标题:iOS上传应用到AppStore卡住,出现Authenticat

    本文链接:https://www.haomeiwen.com/subject/wjsmgftx.html