A recent attempt to create an application failed, and I realized that the application identifier prefix (team ID) is different from the team ID of my developer certificate. The prefix of my distribution certificate is correct and matches my command identifier. My account is individual, and I tried to revoke and reissue my development certificate several times, but each time it is generated, it creates a certificate with a different command identifier.
Recall: Application Identifier Prefix (in iTunes Connect): 8RJ7xxxx Distro Command Identifier: 8RJ7xxxx Development Certificate Prefix: 5PM6xxxx
Result: Develpoer command identifier mismatches (between Xcode and certificates in the key chain) prevent code signing.
Has anyone seen / fixed this problem?
source share