iOS--Xcode上传问题:Authenticating wi

2017-08-22  本文已影响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
上一篇 下一篇

猜你喜欢

热点阅读