Different team ID's on my certs

I've seen a few posts about this online and it seems that Xcode generates random team ID's with it's automatic signing system. But I haven't seen any way to make this work properly.

If I log into the dev portal and look at my account, in the upper right I can see my team ID. If I manually generate a cert, I get a totally different one.

Question: How can I generate a cert with my proper team ID (my paid account) where the ID's on my certs, identifiers and profiles all match?

I've never had this issue before and am unsure how to solve it.

Answered by DTS Engineer in 877971022
it seems that Xcode generates random team ID's with it's automatic signing system

I think you’re mixing up the various different identifiers that all use the 10-character format. See Code Signing Identifiers Explained for more about that.

ps Lemme know if this helps because I’m thinking of turning this into a technote in the Inside Code Signing series, and I’m more likely to make time for that if I know that it’s actually helpful.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

it seems that Xcode generates random team ID's with it's automatic signing system

I think you’re mixing up the various different identifiers that all use the 10-character format. See Code Signing Identifiers Explained for more about that.

ps Lemme know if this helps because I’m thinking of turning this into a technote in the Inside Code Signing series, and I’m more likely to make time for that if I know that it’s actually helpful.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Different team ID's on my certs
 
 
Q