美文网首页
iOS--Xcode上传问题:Authenticating wi

iOS--Xcode上传问题:Authenticating wi

作者: 阿木马克 | 来源:发表于2017-08-22 17:30 被阅读47次

当选择直接通过Xcode上传app时 总卡在Authenticating with the iTunes store这里;

Authenticating with the iTunes store.png

解决办法:
打开终端
1、

cd ~ 

2、

mv .itmstransporter/ .old_itmstransporter/ 

3、

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

//这里可能会执行久一点 ,安全起见 等它执行完在进行app上传操作

解决方案来自stackoverflow
https://stackoverflow.com/questions/22443425/application-loader-stuck-at-authenticating-with-the-itunes-store-when-uploadin

第二种方法:
实在不行就导出安装包,通过Application Loader单独上传(话说这玩意也不快😠)

Application Loader工具.png

相关文章

网友评论

      本文标题:iOS--Xcode上传问题:Authenticating wi

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