0

I would like to synchronize my Code Signing Certificate across different computers using iCloud Keychain.


Background

I'm developing a macOS app in Xcode. When I build the project on a new computer, Xcode will create a new Code Signing Certificate for my Apple ID and the existing certificate will be revoked.
When this happens, existing users can't open the app anymore. Instead they see scary messages about the app being malware.

I hope that syncing my Code Signing Certificate will prevent this issue.
(Because Xcode will hopefully use the synced certificate instead of creating a new one - and invalidating the old one.)

Thanks so much for your help!

Noah Nuebling
  • 184
  • 1
  • 8
  • See https://stackoverflow.com/questions/6769345/xcode-4-valid-signing-identity-not-found-error-on-provisioning-profiles-on-a?rq=1 – Noah Nuebling Jan 08 '22 at 22:47

0 Answers0