Xcode 6.1.1 - Developer ID is not part of any development teams when it

We had to change our development ID (apple ID) due to changing email addresses. We have changed the email in the dev portal and with Apple ID. Everything seemed fine - we could log into the portal and iTunes Connect and see our apps / certificates, etc. For the iOS development team.

Trying to build our app, however, and Xcode seems to have other ideas, claiming that our (now new) Apple ID is not part of the development team!

Below are the steps we have used to try and fix the problem, to no avail:

  • Removed all certificates from keychain
  • Also removed all saved passwords for entering from the keychain
  • Went to Apple User Center entered with a new email address now being used for development.
  • Go to iOS Dev Center
  • Go to certificates
  • Uploaded development and distribution certificates (note that we have created new certificates)
  • Moved Certificates 6 to Keychain Login
  • Download the Provisioning profile (not sure why - can't do anything with it as it looks like Xcode manages it)
  • Xcode will open, go to Prefs> Accounts
  • Added account using new Apple ID
  • An account has been added, but it appears as " xxxx@xxx.com is not a member of any development teams".

We repeated the steps above (including rebooting the mac) over and over again, without any changes. This is our development account (I can log into dev center and iTunes connect fine, see our apps, etc) ... but Xcode tells us it isn't> <

Hope someone can shed some light on this as we have all the ideas.

Greetings

+3


source to share


2 answers


WHY DO WE NOT SEND THIS FIRST ?!

A lesson for us for the future.

We are using Unity to develop our application.



All we had to do to fix the problem was to create a completely new assembly (we deleted the old one), not just make the changes together.

Creating a new assembly resolved this developer ID issue.

0


source


I either contact Apple or restart your computer.



If that doesn't work please comment here for more help.

+1


source







All Articles