key chain warning The “System Roots” keychain cann

2020-02-03 05:08发布

Am landed with following error "“System Roots” keychain cannot be modified" when I double tap the certificate. After googling I come to know that drag and drop the certificate is the solution for this.

But even after doing this also in code it says "profile doesnt match vaild certificate/private key chain pair in the default key chain"

ANy Solution....

Thanks.

10条回答
男人必须洒脱
2楼-- · 2020-02-03 05:48

I have a similar issue, may be the certificate which you are trying is not valid.Create a new certificate from developer portal and try again.it should work.

查看更多
Emotional °昔
3楼-- · 2020-02-03 05:49

I've solved the issue by running following commands in terminal. (from googling)

cd /System/Library
sudo chmod -R 777 Keychains

Add the certificate and you should not get the error.

sudo chmod 755 Keychains
sudo chmod 644 Keychains/*
查看更多
三岁会撩人
4楼-- · 2020-02-03 05:52

I had the same issue when I tried to install an iOS push service certificate with the Keychain Access application opened, to solve this problem, I just closed the application, and double click the certificate, then the certificate was installed without any problem.

查看更多
【Aperson】
5楼-- · 2020-02-03 05:53

Just had the same error. Found that after quitting keychain access and double-clicking the AppleWWDRCA.cer and developer_identity.cer it worked fine. It added them to the login keychain instead of attempting an add to system roots keychain.

查看更多
登录 后发表回答