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

前端 未结 20 1940
失恋的感觉
失恋的感觉 2021-02-01 00:22

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

20条回答
  •  梦谈多话
    2021-02-01 00:29

    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

提交回复
热议问题