Question posted in Xcode Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
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.
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.
Once there, select the account that appears in the warning and click on the - button at the bottom of the dialog.
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).
Restart Xcode to apply the changes (although the warning should be gone by now).
Periodically, Apple will release a new developer license agreement that you need to sign before you can build new apps. https://developer.apple.com/account You will get a build failure/warnings if there is a pending license agreement to sign. Login to your Apple developer account to check if there’s a new license agreement.
3
Answers
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.
I was facing the same problem 😢
That’s how I solved it:
View accounts
button that appears in the warning or through theXcode > Preferences > Accounts
menu.-
button at the bottom of the dialog.+
button and add that account again by selecting Apple ID account type (it will ask you to log in).Hope this helps! 🤞🏻
Periodically, Apple will release a new developer license agreement that you need to sign before you can build new apps. https://developer.apple.com/account You will get a build failure/warnings if there is a pending license agreement to sign. Login to your Apple developer account to check if there’s a new license agreement.