Development team not showing in Xcode

IosCertificateApp Store-ConnectProvisioning Profile

Ios Problem Overview


I am an self-employed iOS developer and so have my own iOS distribution membership.

For a few days, I am working as a developer in a team. My apple account has been added in their iTunes Connect / Users and Roles. It works since I can access to the app details of the current app we develop.

However, I can't get it right on Xcode. And so Xcode says the bundle ID is not right because I don't have the provisioning profiles.

In 'Project>General>Identity>Team', I can only select my own account and I don't see the new team I am part of. I don't see it neither in the Accounts page of Xcode preferences.

A provisioning profile has been created by the team leader for me. It didn't solve the problem.

Question: How to add new team we belong to in Xcode?


Note - at long last Apple will resolve this insanity,

They are finally fixing it in 2018:

enter image description here

Ios Solutions


Solution 1 - Ios

Apple has now unified both AppStore Connect and developer.apple.com systems.

To add profile & certificates capabilities:

  • Navigate to App Store Connect > Users and Access
  • Select your user account. (You may need to be a team admin to do this.)
  • In section "Developer Resources", check the box "Access to Certificates, Identifiers & Profiles".

Update: This answer posted in February 2019 is still valid as of September 2021

developer resources section

Solution 2 - Ios

Overwhelming issue here:

Apple have two totally different fundamental systems,

- the "developer.apple" system

and the

- iTunes connect system

They are completely different. As a rule you need to be in both.

It's the single most confusing (and ridiculous) thing in the whole software industry. It is a source of endless confusion.

When you suffer the problem on this page, 99% of the time the solution is "they added me on iTunes Connect, but they forgot to add me on Developer..." or "they forgot to make me an admin on one or the other."


If you are added to a existing team, Ask for an invitation as Admin

Go in apple developer center: https://developer.apple.com/account

Again, that's developer.apple,

NOT

itunesconnect.apple !!!

Once you are in at developer.apple.com/account, be sure you are in the correct team on the top right corner:

enter image description here

Go in section people

enter image description here enter image description here

Be sure your are admin :

enter image description here

If everything it's ok here. So stop completelly Xcode and restart it.

Be sure your account is added to Xcode in Preference->Account

enter image description here

If not, click on the + on the bottom left corner and add your account.

Now, in your project, go on your target :

enter image description here

And in team, your new team must appear :

enter image description here

To repeat,

on Apple, there IS A DIFFERENCE BETWEEN 'DEVELOPER' AND 'ITUNES CONNECT' THINGS.

Your company has to invite you on the "developer thing" as shown in the images here. If you're "only" invited on the "itunes thing", nothing works. Really silly and bizarre, but that's how it is.

Solution 3 - Ios

Xcode does not see your development team(it is not a personal team) until admin check in the next setting in AppStoreConnect even if your role is Developer

Access to Certificates, Identifiers & Profiles

Solution 4 - Ios

SOLUTION : My account was not added in the certificates page of the member center of the development team leader. He just added me and I received an invitation to join. It solved the problem since I can now select my team in Xcode.

Solution 5 - Ios

For those who live in 2021 but are simply lost, here is where the "Team" button moved !

You’ll simply find it under the section “Signing and Capabilities” instead of “Main”. See the image below:

TEAM BUTTON MOVED IN “SIGNING AND CAPABILITIES”

Solution 6 - Ios

In addition of what @opyh said, your user must have checked the option "Access to certificates, identifiers and profiles." in https://itunesconnect.apple.com/access/users to see your own team.

After that, you have to add your account in xcode > target > team, and you will show your user is assigned to a team.

Solution 7 - Ios

For this you have to do following things:

  1. Check whether your apple ID is added into the team on Apple Developer portal with specific role. If not then it should be added.
  2. After that you have to add your apple account in the settings of the Xcode at following path. If added then remove and add again

> Xcode -> Preferences -> > Accounts -> Add the account by clicking on 'Plus' (+) button on the > left botttom section

If this is done and still have a issue then regenerate the provisioning profile, install and use it.

Solution 8 - Ios

It seems when Apple merged App Store Connect and Developer accounts, some accounts have been missed, like mine – In my case (I am part of a team, but not the account holder), I had to use a different solution:

If the team is missing in one of the menus, let the account owner remove your membership in App Store Connect and re-invite you. After accepting your new invitation, the missing team should be displayed on both App Store Connect and the Developer portal. Now you can also use it in Xcode.

Solution 9 - Ios

You may also need the appropriate certificate. without the need to have full access to certifications or to be full admin

you can email the creator of the signing certificate. Ask the creator to export the signing certificate on their Mac so you can install it on your Mac. enter image description here

Please see the link below for more information:

Solution 10 - Ios

I faced into the same issue, after 1 hour trying many ways, they showed your developer program was expired :D. Why don't it show at the first time to save my time.

Solution 11 - Ios

For me I had to go build settings under Signing -> Code signing identity then changed it to iOS Developer and went under Development team -> select others then add the team key.

Solution 12 - Ios

If you recently signed into the account, ensured you have the correct permissions in Apple Developer + App Store Connect, and still can't get a new team to show up, I've had to restart my computer or log out / log in order to get it to appear. Sounds crazy but this has been the only resolution for me on multiple occasions.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionGoldXAppView Question on Stackoverflow
Solution 1 - IosHugo DozoisView Answer on Stackoverflow
Solution 2 - IosKevin ABRIOUXView Answer on Stackoverflow
Solution 3 - IosyoAlex5View Answer on Stackoverflow
Solution 4 - IosGoldXAppView Answer on Stackoverflow
Solution 5 - IosSHANNAXView Answer on Stackoverflow
Solution 6 - IosAdrián Peromingo CasasView Answer on Stackoverflow
Solution 7 - IosnixView Answer on Stackoverflow
Solution 8 - IosopyhView Answer on Stackoverflow
Solution 9 - Iosalmamon Rasool Abd AliView Answer on Stackoverflow
Solution 10 - Iosthanhbinh84View Answer on Stackoverflow
Solution 11 - IosTakudzwa Dominic RaisiView Answer on Stackoverflow
Solution 12 - IosPatrick SteadmanView Answer on Stackoverflow