How to get team provisioning profile for second developer account?

I was added to another company's Apple Developer account. I can login, but how do I add a team provisioning profile for this company in Xcode?

They added me using my same Apple ID. I can see my company and personal team profiles in Xcode, but I don't know how to get there's in the list too.

Replies

Hello @JohnD. In Xcode > Preferences… > Accounts, select the relevant Apple ID. You should see all the teams associated with at account, and the role you have with each.

Within the Xcode project's Targets, under Signing & Capabilities, enable Automatic Code Signing (strongly recommended), then you can choose the appropriate Team.

If you don't see your additional teams listed, you may want to contact Developer Program Support directly.

—Jason.