I’m assuming that LotBot is an app that you’re developing, not something from another developer. [quote='798623021, RichardTDukes, /thread/798623, /profile/RichardTDukes'] How can I get Xcode to use W246SX52AS? [/quote] You are mixing up your 10 character alphanumeric codes, which isn’t a surprise because those codes show up in multiple places. The ones I can think of off the top of my head are used: To identify a team — In your case that’s W246SX52AS, aka your Team ID. To uniquely identify an individual within a team — In this case that’s 86537MF8N2. For unique App ID prefixes — This is effectively deprecated; you can and should use your Team ID as your App ID prefix. A distribution code-signing identity, that’s the Apple Distribution: Richard Dukes (W246SX52AS) name in your case, always uses the Team ID because it’s scoped to your team as a whole. A development code-signing identity, that’s the Apple Development: Richard Dukes (86537MF8N2) name in your case, always has the user ID because it’s scop
Topic:
Code Signing
SubTopic:
Certificates, Identifiers & Profiles
Tags: