So I started experimenting with iOS development on a borrowed Mac. I kept all my certificates + provisioning files I created there. I bought a Mac yesterday for development.
I have imported my development + distribution certificated into keychain. They are listed under "Keychain | login | Certificates" without errors. (They are not listed in "Keychain | login | My Certificates). I have
- Developer ID Certification Authority
- IPhone Developer: My name (ID)
- IPhone Distribution: My company (ID)
So far so good, but XCode is somehow lost it seems. I have the following:
Under "XCode : Teams" I have: My company: iOS Distribution My name: iOS Development In here I have following error at top: "Unable to code sign using identities in this eam: no valid certificated with private keys found)
Under XCode : Provisioning Profiles I have: - DevelopmentMyCompanyApp - AppID - DistributionMyCompanyApp - AppOD - iOS Team Provisioing Profile All these have the "Status" : "Valid signing identify not found
Have I done something wrong? I kinda thought that if I kept certificates + provisioning files, I would be able to import it all? (Maybe I made a small importing certificates after provisioning profiles, but a refresh does not solve it either)