xcode 无法验证客户端 3000
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/33365816/
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
Cannot verify client 3000
提问by pkc456
I am using xcode 7.1
and trying to upload my app to the app store directly through xcode. While uploading I am getting a weird error:-
我正在使用xcode 7.1
并尝试通过 xcode 直接将我的应用上传到应用商店。上传时我收到一个奇怪的错误:-
cannot verify client 3000
无法验证客户端 3000
Note:- I recently made changes in the accounts (xcode preference section). Is this related to my error?
注意:- 我最近对帐户进行了更改(xcode 首选项部分)。这与我的错误有关吗?
I also restart the xcode but issue still there?
我也重新启动了 xcode 但问题仍然存在?
I already checked this question on SO, but they say restart your xcode. But this does not solve my problem.
采纳答案by HussoM
For my case,I got this error after selecting "Generic iOS Device" when archiving, however i plugged in my iPhone and selected it, then archived, I got no errors this time.(I also cleaned both Shift+cmd+k and Shift+alt+cmd+k before archiving)
就我而言,我在存档时选择“通用 iOS 设备”后出现此错误,但是我插入 iPhone 并选择它,然后存档,这次我没有错误。(我还清除了 Shift+cmd+k 和 Shift +alt+cmd+k 存档前)
回答by victor.vasilica
I encountered the same issue the first time I tried to submit to app store with the target on my device.
我第一次尝试使用设备上的目标提交到应用商店时遇到了同样的问题。
What worked for me:
I retried a couple of minutes later without changing a thing and everything went smooth.
对我
有用的方法:几分钟后我重试了,没有任何改变,一切都很顺利。
回答by Mobeen Afzal
This is temporary apple server bug. Try it again OR Retry after some time it will fix the problem. Thanks
这是暂时的苹果服务器错误。再试一次或过一段时间重试它会解决问题。谢谢
回答by Khaled Zayed
There is no need to reinstall Xcode. Just wait a few minutes and try again and it will work.
无需重新安装 Xcode。只需等待几分钟,然后再试一次,它就会起作用。
回答by iCyberPaul
I tried :
我试过 :
- waiting days,
- restarting,
- deleting the developer account in preferences,
- submitting archives from a connected device,
- submitting archives from a iOS generic device.
- 等待的日子,
- 重新启动,
- 删除首选项中的开发者帐户,
- 从连接的设备提交档案,
- 从 iOS 通用设备提交档案。
Nothing worked.
没有任何效果。
I needed to:
我需要:
- create an archive (it was from a connected device),
- in the organiser window select the export button (on the right hand side underneath the "Upload to App Store" button.
- Select that the export is for app store distribution.
- Wait.
- Take a note of the location the .ipa file is saved to.
- Go back to Xcode, then select the menu item Xcode > Open Developer Tool > Application Loader.
- Select Deliver Your App, and select choose.
- Navigate to your .ipa file noted above.
- Select next, wait, next, check for any error message, send.
- 创建存档(它来自连接的设备),
- 在管理器窗口中选择导出按钮(在“上传到 App Store”按钮下方的右侧。
- 选择导出用于应用商店分发。
- 等待。
- 记下 .ipa 文件的保存位置。
- 返回 Xcode,然后选择菜单项 Xcode > Open Developer Tool > Application Loader。
- 选择交付您的应用程序,然后选择选择。
- 导航到上面提到的 .ipa 文件。
- 选择下一步,等待,下一步,检查任何错误信息,发送。
Hope this helps someone.
希望这可以帮助某人。
回答by Fatih Aksu
I got this error while uploading my distribution archive to App Store with selecting Distribution provisioning profile scheme -> Product -> Archive -> Upload to App Store. The error is based on I chose my real iphone device in Xcode by mistake. You need to choose "Generic iOS Device" and repeat same steps as I mentioned before.
我在通过选择分发配置文件方案 -> 产品 -> 存档 -> 上传到 App Store 将我的分发存档上传到 App Store 时遇到此错误。该错误是基于我错误地在 Xcode 中选择了我的真实 iphone 设备。您需要选择“通用 iOS 设备”并重复我之前提到的相同步骤。
回答by Vlad
You have to plug in your iPhone to your Mac and try to upload to AppStore again.
您必须将 iPhone 插入 Mac,然后再次尝试上传到 AppStore。
回答by Mark Aron Szulyovszky
With Xcode 7.1, I could only make a successful build without bitcode. Try it out if everything else fails.
使用 Xcode 7.1,我只能在没有位码的情况下成功构建。如果其他一切都失败了,请尝试一下。
回答by codeforfood
For some reason, validating the archive before uploading fixed the issue for me.
出于某种原因,在上传之前验证档案为我解决了这个问题。
回答by Kurt J
I resolved this by exporting ("export" in xcode archive organizer -> "to iOS App Store") and using the Application Loader instead of xcode to submit.
我通过导出(xcode 存档管理器中的“导出”->“到 iOS App Store”)并使用应用程序加载器而不是 xcode 来提交解决了这个问题。