Xcode Signing & Capabilities "Team" Isn't Retaining Value

I am trying to run an app on my iPhone and am running into an error: Signing for "Galavant" requires a development team.

So I set my development team by setting my signing & capabilities to "Automatically manage signing" to true. I also go to my Build Settings --> Signing --> Development Team for both debug and release to any SDK.

The issue is when I go to set "Team" under Signing & Capabilities and drop down to my account...is snaps back to "none". I can see the connected accounts when I drop down but it won't let me select them.

Any idea why this is happening?

The issue is when I go to set "Team" under Signing & Capabilities and drop down to my account...is snaps back to "none".

Well, that’s weird.

If you create a new test project, does it have the same problem?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

so I created a new project to test my apple account and it works fine

Did your test project have a different bundle ID? If so, try this procedure again but this time use the same bundle ID as your main app.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I have exactly the same problem. On my mac it's not a big issue cause I can reset it myself, but it prevent me to use "AppCenter" or "Fastlane" because it can't find the team and the build fails. Do you have solve it ?

Xcode Signing & Capabilities "Team" Isn't Retaining Value
 
 
Q