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

前端 未结 20 1876
失恋的感觉
失恋的感觉 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:27

    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

提交回复
热议问题