尝试将存档从 Xcode 上传到 itunesConnect 时出现“无法验证客户端。(3000)”

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/33313393/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 18:13:13  来源:igfitidea点击:

Getting "Cannot verify client. (3000)" when trying to upload archive from Xcode to itunesConnect

xcodeapp-store-connect

提问by nevster

Just updated to Xcode 7.1 and getting this error. Was able to upload fine using 7.0.1

刚刚更新到 Xcode 7.1 并收到此错误。能够使用 7.0.1 上传正常

回答by nevster

Hmmm, well a restart of Xcode, a fresh clean, build and archive seems to have fixed it.

嗯,重新启动 Xcode,全新的清理、构建和存档似乎已经修复了它。

回答by n13

If you encounter this error, you have two options:

如果遇到此错误,您有两个选择:

Option A - Engage in an activity that takes a minute or two. Could be any of the activities described in the other answers, like re-install XCode, renew certificates, do a new build from scratch after clearing caches. Or simply go get a coffee.

选项 A - 参与一项需要一两分钟的活动。可能是其他答案中描述的任何活动,例如重新安装 XCode、更新证书、清除缓存后从头开始构建。或者干脆去喝杯咖啡。

or

或者

Option B - Do nothing at all for a little while.

选项 B - 暂时什么都不做。

Then, try again. If it doesn't work, repeat.

然后,再试一次。如果它不起作用,请重复。

回答by Ross Knipe

Just updated to Xcode 7.1 and getting this error. Was able to upload fine using 7.0.1

刚刚更新到 Xcode 7.1 并收到此错误。能够使用 7.0.1 上传正常

same here - restart, clean build, archive and upload was successful.

同样在这里 - 重新启动,清理构建,存档和上传成功。

回答by Svein Halvor Halvorsen

Same problem here. Grabbing a cup of ?? worked for me.

同样的问题在这里。抢一杯??对我来说有效。

回答by ams340

Exporting the app as an .ipa and uploading via Application Loader 3.0 worked for me. (Restarting xcode, cleaning, and re-archiving did not.)

将应用程序导出为 .ipa 并通过 Application Loader 3.0 上传对我有用。(重新启动 xcode、清理和重新存档没有。)

回答by Farador

I first tried to upload and got the "cannot verify client"-error. Then i did a validate, which was successfull and then again a upload which also was successfull. No restart etc. needed.

我首先尝试上传并收到“无法验证客户端”错误。然后我做了一个验证,它成功了,然后再次上传也成功了。无需重启等。

回答by J. Doe

Had the same issue and tried everything including Application Loader but still would not load into iTunes Connect. I'm running XCode 7.1.1 and OS X El Capitan.

遇到了同样的问题并尝试了包括 Application Loader 在内的所有内容,但仍然无法加载到 iTunes Connect。我正在运行 XCode 7.1.1 和 OS X El Capitan。

I also have Avira (free version) installed and once I disable it, everything went through. Hope this helps someone.

我也安装了 Avira(免费版),一旦我禁用它,一切都会过去。希望这可以帮助某人。

Stackoverflow has been my savior and goto source for Obj C and now Swift!!

Stackoverflow 一直是我的救星,也是 Obj C 和现在 Swift 的源代码!!

回答by vinhkhoa

Same problem here. Clean build and deleting project caches worked.

同样的问题在这里。清理构建和删除项目缓存有效。

回答by Achron

I had this problem for all night. Got ?? but didn't work.

我整晚都遇到了这个问题。得到了 ??但没有用。

Solved my problem only with:

仅通过以下方式解决了我的问题:

  1. Switching lan to wifi connection
  2. Uploading App by Application Loader
  3. Wasn't useful but i saw than in Xcode uploading start works as well after connection switching, so maybe was a connection my problem.
  1. 将局域网切换到 wifi 连接
  2. 通过应用程序加载器上传应用程序
  3. 没有用,但我看到在连接切换后,在 Xcode 中上传开始也能正常工作,所以可能是连接是我的问题。

回答by afrodev

You can use Application Loader to upload your build and solve it!

您可以使用 Application Loader 上传您的构建并解决它!