4

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

JOM
  • 8,139
  • 6
  • 78
  • 111
Vineesh TP
  • 7,755
  • 12
  • 66
  • 130

2 Answers2

8

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

Tom Harrington
  • 69,312
  • 10
  • 146
  • 170
  • 4
    I tried to delete and added again. still having the same problem. – Vineesh TP Mar 25 '15 at 03:23
  • God bless you. This was my main problem when completing this tutorial. http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1#comments – Squirrl Aug 09 '15 at 21:30
  • This didn't fix it for me. I'm at a complete loss. I was seconds away from submitting and then I had an error, something about the app needing to request being sandboxed, and then I tried to build it and I have no development teams. No matter if I add or remove or restart or remove and restart and add and build, it doesn't matter! HELP PLEASE – Aymon Fournier Jun 21 '16 at 09:20
  • Sorry, that's the only fix I know of, and obviously it doesn't work for everyone. – Tom Harrington Jun 21 '16 at 15:40
-1

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.

LinusGeffarth
  • 27,197
  • 29
  • 120
  • 174