Home > other >  Can't login to Apple ID on Xcode, `Unexpected nil property at path: 'Provider/attributes/d
Can't login to Apple ID on Xcode, `Unexpected nil property at path: 'Provider/attributes/d

Time:02-04

Problem

In Xcode (Version 13.2.1 (13C100)), 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

CodePudding user response:

Have the same problem. I had mac os BigSur and xCode 13.0 Updated to Monterey (12.2), removed all accounts from xcode, cleaned cache everywhere, removed xcode completely and installed fresh version 13.2.1

The problem is still there.

CodePudding user response:

same problem here. deleting and adding account again not working. also i had installed xcode from xcodereleases.com.

Version 13.2.1 (13C100)

CodePudding user response:

Same issue here, macOS Big Sur 11.3, Xcode 13.2.1 (13C100)

Created a ticket at 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.

  •  Tags:  
  • Related