xcode 上传到 App Store 时卡在身份验证上
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/32762916/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Stuck on authenticating when uploading to App Store
提问by Puppy
I've seen a few other SO questions that are related to this; but I've been through all of the fixes with no joy.
我已经看到了其他一些与此相关的 SO 问题;但我已经完成了所有的修复,但没有任何乐趣。
My company had one Mac for use for the team. This worked absolutely fine. We really needed another so we have another. I exported the developer profile from the first Mac on to the second Mac. This seemedto work fine, we can test on local devices, etc. However, now we cannot upload on to the App Store from either Mac- they just get stuck on authentication with no error.
我的公司有一台 Mac 供团队使用。这工作得很好。我们真的需要另一个所以我们有另一个。我将开发人员配置文件从第一台 Mac 导出到第二台 Mac。这似乎工作正常,我们可以在本地设备等上进行测试。但是,现在我们无法从任何一台 Mac 上传到 App Store - 他们只是在没有错误的情况下卡在身份验证上。
Things I've done:
我做过的事情:
- Tried a different connection
- Set the HTTPS proxy port to 80
- Run the application loader and XCode at the same time
- Regenerate our certificates and provisioning profiles
- Set the build settings to various combinations of certificates and profiles
- Turn it off and on again (more than once)
- Update Java
- Bump version and build numbers
- Checked the licence agreement (no updates)
- Deleted the XCode DerivedData caches
- 尝试了不同的连接
- 设置HTTPS代理端口为80
- 同时运行应用程序加载器和 XCode
- 重新生成我们的证书和配置文件
- 将构建设置设置为证书和配置文件的各种组合
- 将其关闭并再次打开(不止一次)
- 更新 Java
- 凹凸版本和内部版本号
- 检查许可协议(无更新)
- 删除了 XCode DerivedData 缓存
I can access the Apple developer sites just fine- developer.apple.com, the iTunes Connect stuff, all of that without trouble.
我可以很好地访问 Apple 开发者网站——developer.apple.com、iTunes Connect,所有这些都没有问题。
采纳答案by Puppy
I solved this problem by erasing the private data using the builtin tool (Window -> Projects) and then deleting XCode itself and reinstalling.
我通过使用内置工具(Window -> Projects)擦除私人数据,然后删除 XCode 本身并重新安装来解决这个问题。
回答by Umar A.
Some answers on StackOverflow suggested that we wait for some more time and be patient, others stated that restartingOR reinstallingXcodeshould do the trick, but none worked for me. However, updating iTMSTransporter (Apple's command-line tool)worked for me, and if none of the above worked for you, I believe this one should ...
StackOverflow 上的一些答案建议我们再等一段时间并耐心等待,其他人表示重新启动或重新安装Xcode应该可以解决问题,但没有一个对我有用。但是,更新iTMSTransporter(Apple 的命令行工具)对我有用,如果以上都不适合你,我相信这个应该......
Simply create a back-up for the existing installation / folders, This is important because during the (new) install your previous installations will be removed by Transporter:
只需为现有安装/文件夹创建一个备份,这很重要,因为在(新)安装期间,您以前的安装将被 Transporter 删除:
cd ~
mv .itmstransporter/ .old_itmstransporter/
Now run the following command to update Transporter:
现在运行以下命令来更新 Transporter:
"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"
Hope this helps somebody.
希望这可以帮助某人。
回答by Squatch
Had the same problem, after update to xCode 7.0.1. In my case, cleaning project DerivedData and reboot Mac OS fixed it.
有同样的问题,更新到 xCode 7.0.1 后。就我而言,清理项目 DerivedData 并重新启动 Mac OS 修复了它。