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

天大地大妈咪最大 提交于 2019-12-02 18:56:10

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

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.

or

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

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

Ross Knipe

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

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

Same problem here. Grabbing a cup of ☕️ worked for me.

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

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.

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

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.

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

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

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.

Clean project not work with me in XCode 7.2. But I solve the problem by export Archive and using Application Loader.

Step:

  1. Archive you build.

  2. In Organizer: Chose your archive.

  3. Export "Save for iOS App Store Deployment".

  4. Open Application Loader (Xcode -> Open Developer Tool -> Application Loader: Download it if you don't have).

  5. Select "Deliver your App" -> Select your exported ipa.

  6. Upload.

=> Done

I've been having this problem since Xcode 7.1 (for more than a month). I did everything I could trying to solve this: restart Xcode, clean project, clean build folder, build with a device connected, reinstall Xcode multiple times, even formatting the whole disk and starting from scratch. None of this worked.

During this time my colleague was always able to upload the very same builds to App Store without any problem.

Curiously, what solved this problem for me was disconnecting my non-Apple wireless mouse.

I found this out when I tried to submit an app from my home computer and got the same error. I disconnected the mouse dongle, tried again and it went through.

I've verified this three times both on my home (MacBook Pro 2013) and work computer (Mac Mini 2014).

This leads me to believe that during the app submission process Apple may check if your environment is purely made by Apple or not, and may block your submission based on that. This would explain the "Cannot verify client" message.

For what it's worth: I got this error when my startdisk was almost full (less than a few hundred MB left).

Cleaning up some space and re-submitting resolved this issue.

Experiencing the same problem. Tried a number of the suggestions above. Ended up using the Application Uploader instead.

Xcode > Open Developer Tools > Application Loader

TheRustling

From the rest of the answers it seems that a lot of different things "resolve" this issue. Here are the particulars of what solved it for me:

  1. The iPad had to be plugged in.

  2. The iPad had to be signed in (i.e. not locked).

After I satisfied those two conditions, it validates and uploads reliably. If either one isn't done, I am not able to validate or upload to iTunesConnect and I get the Cannot verify client (3000) error.

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

thanhnguyen
  • Download Provisiononing Profiles of app on Apple Developer,
  • Quit and restart Xcode,
  • Run Provisiononing Profiles by Xcode,
  • Open app again,
  • In General -> get "fix" at Identity.

You can Archive and Upload to Apple Store

When it fails two times in a row, choosing "Validate" and after that "Upload to App Store" does the trick for me.

Daniel Bang

I tried most of the things here, but what finally did it for me was using the Application Loader instead of trying to upload my app from the Organizer.

Once I did it from the Application Loader I got an error message related to this: ITMS-90535 Unable to publish iOS app with latest Google Signin SDK, which was the real cause of the error.

  1. I remade the app with "App Store" provisioning profile. Earlier it was "Ad-hoc" provisioning profile.
  2. I submitted the app from "Application Loader" instead of traditional "Organizer".

Above two steps enabled me to submit the app to iTunes Connect for beta testing also. There is always an element for surprise whenever apple releases an updated XCode.

Diego Rebosio

After trying a few things, this is what worked for me:

  • Just before uploading your executable, validate it, you then have a modal where you get to pick your binary. On the right, there's the name of the provisioning profile used. There's an arrow next to it.
  • Click on the arrow which opens the finder to the location of the provisioning profile.
  • Delete this file.
  • Restart XCode
  • Clean
  • Rebuild/Archive
  • Upload
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!