The System Roots key cannot be changed

I created a certificate and switched to Keychain Access to test the application on an ios device. This worked fine, but I have one problem, I am exporting the certificate from keychain Access for the phonegap application. Now a keychain Access displaying a warning ("The Key" System Roots "cannot be changed."), While I drag the SSL development certificate to access Keychain Access, and the old Provisioning Provisioning profiles do not work. An ios application with old Provisioning Provisioning profiles gives the error "Command / usr / bin / codesign failed with exit code 1"

How to avoid this problem?

If anyone knows, please help me.

+3
source share
1 answer

You can try changing your trust settings. Try adding it to local elements or the system first. Make sure you unlock the keychain by pressing the lock.

See also:

keychain warning. The System Roots Bundle Cannot Be Changed

0
source

All Articles