skip to Main Content

Problem

In Xcode (Version 13.2.1 (13C100) and the latest beta, Version 13.3 beta (13E5086k)), trying to login to my Apple ID results in the error, Unexpected nil property at path: 'Provider/attributes/developerTeamId'. Has anyone got a solution to this?

Observations

  • this happens on multiple computers. So don’t bother resetting your system. I am trying to use an older version of Xcode now. However, this might be an API issue (data sent back from Apple servers) which isn’t structured well for Xcode.
  • this affects accounts with multiple teams.

Screenshot of Xcode preferences > accounts section

3

Answers


  1. Chosen as BEST ANSWER

    Apple has fixed the issue

    Apple has fixed the issue, you don't need to update Xcode, since it was an issue in their backend. I've emailed the Apple developer support as this seems to not be an isolated issue. Trying the latest beta of Xcode, Version 13.3 beta (13E5086k) did not solve it. This seems to have happened 1 year ago as well.

    Temporary workaround

    I've noticed that this only happens to me if my Apple developer account belongs to multiple teams. So I left all the teams except 1 in my alternative Apple ID.

    Go to App Store Connect's "Users and Access"

    Go to App Store Connect > Users and Access > People > "YOUR NAME" > Scroll down > "Leave team".

    enter image description here

    Leave the team

    Scroll all the way down, and click "Leave Team". You need to leave all the teams except the one you're working on. Obviously, you'll need an invite later to work on those teams again.

    Alternative

    Alternatively, create a new Apple ID and invite that one to the team you need to develop for. Fortunately for us, Apple only broke Xcode, and not developer.apple.com. 😅However, you'll need an Organization team, not an individual team.


  2. Have the same problem. I had mac In Xcode (Version 13.0 (13A233)),(MacOS BigSur 11.6 (20G165))when i trying to upload my app to Test Flight .
    I think if your apple developer account have multiple team id,May be Xcode unable to find correct app id.
    I found one solution i install transporter app and login through any apple id and select team id export your app and add .ipa file .
    Hola it works

    Login or Signup to reply.
  3. After writing to feedbackasistant the problem was fixed for me.

    Xcode Version 13.2.1 (13C100)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search