Xcode 8.3.3 “No accounts with iTunes Connect access”

后端 未结 14 1304
野的像风
野的像风 2020-12-13 03:25

When trying to upload an App to iTunes connect in Xcode 8.3.3, I get the error:

iTunes Connect access for \"Team-Name\" is required. Add an account in

14条回答
  •  情深已故
    2020-12-13 03:36

    This goes along with the other answers, eventually I had to export it and deliver the ipa with Application Loader.

    However, Application Loader didn't initially work for me. I had to go into my apple id account (appleid.apple.com) and add an application specific password. Then I signed out of Application Loader and signed back in with the application specific password.

    As far as I know, xCode doesn't let you sign in with an application specific password. My guess is that Apple broke authentication via regular passwords on their backend, but didn't break application specific ones.

提交回复
热议问题