No codesigning identities (i.e. certificate and private key pairs) ...

Ever since I joined more than 1 team, I am experiencing signing issues.


From my own personal team, I am able to sign my own projects ok, but when trying to upload or validate even those, I am getting:


Xcode 6 App Store submission fails with “Your account already has a valid iOS distribution certificate”


For the other teams, that I am on, and in one case an admin, I get this when I just try to build an archive in XCode:


Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“Otezla PsO”) were found.


Even using Airsign, to resign apps, it has never worked to resign an app.


1. In order to support othe teams, I am suspecting that my keytool does not have the proper passwords in it for the certs, how can I verify that (for all teams) ?

2. How does one manage multiple teams properly without these issues ?


Thanks - payment will be made with cookies.

Maybe have a look at Xcode → Preferences → Accounts tab and double-click on the development teams associated with your account. You should be able to see if everything is in order there. You can also use the Keychain Access app to see if your certificates and keys are present and valid.

No codesigning identities (i.e. certificate and private key pairs) ...
 
 
Q