How to remove a team I'm no longer associated with?
Asked Answered
C

4

11

Used to be associated with "Foo", no longer am. "Foo" still shows up under Teams in the Organizer. I'd like for it not to.

Ceramist answered 19/7, 2012 at 16:22 Comment(0)
K
7

Xcode removes a team from Organizer only when there is no Certificate, Key, or Provisioning Profile associated with that team on your computer and iOS devices linked in Organizer.

So here is what you need to do to get rid of Keys, Login Keys, Certificates, and Provisioning Profiles from your computer.

  1. Open "Applications -> Keychain"
  2. Select "login" from the "Keychain" section (box 1 on top left side of the attached keychain image).
  3. Select "My Certificates" from Category section (box 2, just below keychain box in the keychain image).
  4. Right click and delete all Certificates associated with team from the right pane.
  5. Click on "Keys" under "My Certificates" and delete all keys associated with that team. Click on "All Items", again in the Category section and search for the team in the search box to filter and delete all items found associated with the team. You can use only a few characters or abbreviation of the team to locate and delete all associated entries.
  6. Click on "System" in the keychain section and search and delete entries associated with that team as described in the step 5.

Keychain Keychain Details Quit Xcode

These steps are not necessary but highly recommended.

  1. Attach iOS devices to your computer you have linked in the organizer.
  2. Goto "Settings -> General -> Provisioning Profile" and delete profiles associated with the team you want to get rid of. (If no profiles are installed, the Provisioning Profile menu does not appear.)
  3. Perform step 1,2 for all connected devices.
  4. Right click on your Xcode icon in the dock and select Quit.
  5. Open your Xcode Organizer, the team should be gone from the list of teams.

Now, if you still see that team hanging around, it simply means you might have a profile, key, or certificate associated with that team still left in the keychain or Xcode organizer under may a different name or abbreviation, so please perform above steps once again and make sure you have removed all Keys, Login Keys, Certificates, Provisioning Profiles associated with that team. Believe me this is all you need to do to get rid of teams from Xcode Organizer.

NOTE: To make sure company does not show up again, you need to make sure to do one of the two options:

  1. Ask Team Agent of that team to remove you from their team on Apple Developer Portal.
  2. Login to App Store Connect (https://appstoreconnect.apple.com) with your own Apple ID. Make sure you are on the team you want to leave if you have multiple teams. Select the Personal Details from the top right corner drop-down menu. Click the "Leave Team" at the bottom.

Otherwise once you refresh your Xcode profiles, the team is going to come back.

Kilohertz answered 17/5, 2013 at 17:6 Comment(1)
Didn't work for me. A team named "My Name (Personal Team)" still shows up in the Team picker.Fisk
C
1

You have to contact the someone at the previous company. I emailed Apple dev support and they can't do anything. Kind of makes sense.

Ceramist answered 25/9, 2012 at 15:18 Comment(0)
V
1

I opened Xcode -> Preferences -> Accounts and deleted the one, not needed account, for the previous team. Then I again signed in as an Apple developer because my account was logged out. It's all. After that, all the oldest accounts disappeared which were suggested for my team.

Victorious answered 11/3 at 8:12 Comment(0)
C
-1

I was also bothered by that, and found the way to solve it. You have to clean up your keychain form all certificates and keys related to those previous teams. See this: http://carpeaqua.com/2012/10/12/how-to-remove-teams-from-xcode-s-organizer/

Cyclosis answered 21/3, 2013 at 22:7 Comment(4)
This may have worked last year, but it doesn't work for me on Xcode 4.6 Restarting Xcode after cleaning the keychain just puts the certificates back into the chain.Worthen
@niraj - please add the relevant information to your answer from your blog. That's how Stack Overflow works.Mccafferty
@Mccafferty Ok, but that is not my blog. I clicked on it now to copy the info, but it seems the site is not working anymore.Cyclosis
@niraj - that's why we put the information with the answer :)Mccafferty

© 2022 - 2024 — McMap. All rights reserved.