I am using Xcode 4 and trying to sign the first application for Mac OS X. When I go to Project -> Build Settings -> Code Signing Identity, it will list Do Not Sign, Auto Profile Selection, and Other. In the "Automatically select a profile" section, it displays "Third-party application for Mac developers." When I build it crash and says "Code sign error:
Third Party Application for Mac Developers Identification Does Not Match Valid Key / Private Key Pair in Default Keychain
Earlier, in Organizer -> Provisiong Profiles, I did an update. He installs two certificates in Device -> Developer Profile. Nothing appears in Provisioning Profiles profiles. The two certificates that he shows in the developer's profile exist in my key chain as valid. I donโt see expired certificates even when I โshow that expiredโ.
The certificates that he has in the developer profile correspond to what is in the key chain:
Third-Party Mac Developer Installer: MyCompany, LLC
Mac Developer: My Name (SOMECODE)
I do not see them in the list of code signature identifiers. I even tried to enter the first one in Other, but said that I could not find it.
I do not need rights, so I do not have a profile setting. And I am the administrator of the company.
What am I doing wrong?
source