No accounts with iTunes Connect access have been found for the team

In Xcode, when I try to Product > Archive > Validate App I get the error:

No accounts with iTunes Connect access have been found for the team “TEAM_NAME”. iTunes Connect access is required for App Store distribution.

and/or

No accounts with App Store Connect access have been found for the team “TEAM_NAME”. App Store Connect access is required for App Store Connect distribution.

and/or

Unable to authenticate with App Store Connect

Xcode error screenshot

How can I fix this issue and validate my app?

31 Answers
31

Solution 1:

  • Quit Xcode completely and re-open it to resolve the problem.

Solution 2:

  • Please verify if it’s App Store distribution profile or not.
  • If yes then try to login to Xcode with your apple Id which has access
    to iTunes Connect or App Store Connect.
  • While validating the archive file please choose the same profile. It
    should work fine.

Leave a Comment