Vineesh TP
Vineesh TP

Reputation: 7973

Apple Account Not have any Development Teams

I have logged in Xcode settings Accounts with my Apple ID and password, but still it's showing "Not on Any Development Teams". I am using Xcode 6.2.

enter image description here

Upvotes: 4

Views: 5967

Answers (2)

Tom Harrington
Tom Harrington

Reputation: 70976

This is an Xcode bug that has hit a lot of people. What seems to fix it is deleting the account from Xcode prefs using the "-" button, and then adding it back. I've done that on a couple of Macs, more than once, and it has always worked-- for a while. You may need to click "view details..." and then use the reload button afterward to ensure everything is up to date.

In case anyone from Apple happens to see this, please look up rdar://19870347

Upvotes: 8

LinusG.
LinusG.

Reputation: 28952

Download the provisioning profiles and certificates from the Member Center and save them to somewhere you can access them. Then, double-click the profiles and certificates. This should bring up Xcode as well as Keychain. You can dismiss the windows and that should work.

In Xcode, go to build settings and check that under Development and Distribution certificates the corresponding ones are correctly filled in.

Upvotes: -1

Related Questions