11

There is a problem when I'm trying to sign in to my Apple ID account. Re-signing in doesn't help.

Screenshot

Xcode 14.0

Michael M.
  • 10,486
  • 9
  • 18
  • 34
Fedor Pashin
  • 121
  • 1
  • 7

2 Answers2

6

I was facing the same problem

That's how I solved it:

  1. You have to access the section where the Xcode accounts are. To access it you can do it through the View accounts button that appears in the warning or through the Xcode > Preferences > Accounts menu.
  2. Once there, select the account that appears in the warning and click on the - button at the bottom of the dialog.
  3. Once the account is removed, in the same section, click on the + button and add that account again by selecting Apple ID account type (it will ask you to log in).
  4. Restart Xcode to apply the changes (although the warning should be gone by now).

Hope this helps!

  • 3
    Did this multiple times, issue persists in Xcode 14.2 (warning is gone for like 10-15 minutes after doing this, but then it reappears again) – J. Doe Dec 25 '22 at 21:33
  • 4
    That's solution didn't work here. Xcode 14.2 and MacOS 12.6.2. – Carlos Thadeu Jan 07 '23 at 21:51
  • Either the one mentioned or try developer.apple.com might have some agreements you need to accept. Really not sure why this is happening when there are no agreements pending – user1046037 Feb 21 '23 at 11:46
0

I am also facing the exact problem, after I update to Xcode 14. Re-sign in doesn't help. And also distributing the app has "authenticateDidCompleteWithWarning" message.

Ligen Raj
  • 29
  • 2
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Sep 22 '22 at 21:24
  • 1
    This is not really an answer. It should be a comment on the question instead. – Nexonus Feb 10 '23 at 08:46