44

I got this error when submitting an iOS app to the App Store. Product → Archive, clicking "Distribute App" in the Organizer in Xcode 10.

enter image description here

No accounts with App Store Connect access have been found for the team "[My Team Name]". App Store Connect access is required for App Store distribution.

I've logged into App Store Connect as the correct user account and verified that I have administrative access.

Dan Fabulich
  • 37,506
  • 41
  • 139
  • 175
  • Possible duplicate of [No accounts with iTunes Connect access have been found for the team](https://stackoverflow.com/questions/49592840/no-accounts-with-itunes-connect-access-have-been-found-for-the-team) – pkamb Apr 15 '20 at 08:10

5 Answers5

137

App Store Connect used to be called "iTunes Connect," and so this question was answered by another Stack Overflow answer.

When this happens to me, closing Xcode completely and re-opening it solves the problem.

Restarting Xcode fixed the problem for me, too.

Hopefully now that I've posted this question, someone can Google for "App Store Connect" and find the right answer.

Dan Fabulich
  • 37,506
  • 41
  • 139
  • 175
7

Awesome. Quick restart and fixed.

knight2016
  • 539
  • 6
  • 12
3

If you don't have an account in App Store Connect the provided solution (i.e. closing and re-opening Xcode) will not work.

Kindly see the following section from official Apple documentation (https://developer.apple.com/support/app-store-connect/).

The person who enrolled in the Apple Developer Program is the main account holder and has the Legal role in App Store Connect, which includes binding authority for contracts, full access to App Store Connect, and more.

The Legal user can provide access to additional team members by setting up accounts for them in App Store Connect. Please note that adding members to a development team on the Apple Developer website will not automatically create accounts for those members in App Store Connect.

Add users by entering their names and email addresses in Users and Access. You can limit each user’s access level for App Store Connect and specific apps. If a user needs full access to App Store Connect, you can assign them the Admin role.

Sam ツ
  • 583
  • 2
  • 7
  • 17
  • I don’t think this is the answer. I’m literally the account owner and I can’t get in either. Even though everything is paid up and signed. – Jay Jul 14 '21 at 23:16
2

In my case, we had a lot of expired iOS distribution certificates. Yes, not Mac ones, iOS ones. Deleting those solved the problem ¯\_(ツ)_/¯

Diego Freniche
  • 5,225
  • 3
  • 32
  • 45
0

Quitting the XCode completely and restarting it still gets the issue fixed. But check if your certificates are still valid if this problem persists.

Codedman
  • 233
  • 2
  • 10