An error occurred uploading to the iTunes Store

###上传appstore时出现An error occurred uploading to the iTunes Store

An error occurred uploading to the iTunes Store_第1张图片
图1


之前上传遇到了这个问题,开始以为是网络问题,但是等了老半天还是报这样的错,用application loader上传报:@"上传到appstore出错" 也不行,之后在网上找了些资料,供大家参考:

blog.csdn.net/itman_ios/article/details/46789317


stackoverflow.com/questions/22443425/application-loader-stuck-at-authenticating-with-the-itunes-store-when-uploadin#


http://blog.csdn.net/qq_24554949/article/details/76026525


解决经过

刚开始下载最新java包安装,重启之后,为题依然存在。然后更新系统,更新xcode也不能解决问题。然后按照网上查到的在控制台输入了很多命令也是不行。


最后解决是执行如下命令:原自:blog.csdn.net/qq_24554949/article/details/76026525

1.cd ~

2.mv .itmstransporter/ .old_itmstransporter/

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

你可能感兴趣的:(An error occurred uploading to the iTunes Store)