diff options
| author | Greg Clayton <gclayton@apple.com> | 2010-12-14 23:19:04 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2010-12-14 23:19:04 +0000 |
| commit | 48ebb0c76745adf5096e7ade0710eb57c98f59b8 (patch) | |
| tree | 59af418275e9c7dc2bbfc48e58125fcd6f842b80 /lldb/docs/code-signing.txt | |
| parent | 30ddd1d012465952ba60193db110b95ab34bc76f (diff) | |
| download | bcm5719-llvm-48ebb0c76745adf5096e7ade0710eb57c98f59b8.tar.gz bcm5719-llvm-48ebb0c76745adf5096e7ade0710eb57c98f59b8.zip | |
Updated the code signing instructions to be more complete.
llvm-svn: 121804
Diffstat (limited to 'lldb/docs/code-signing.txt')
| -rw-r--r-- | lldb/docs/code-signing.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/docs/code-signing.txt b/lldb/docs/code-signing.txt index 4610a092e92..32bbb5fee3a 100644 --- a/lldb/docs/code-signing.txt +++ b/lldb/docs/code-signing.txt @@ -43,4 +43,10 @@ how Keychain Access makes certificates. sudo security add-trust -d -r trustRoot -p basic -p codeSign -k /Library/Keychains/System.keychain ~/Desktop/lldb_codesign.cer +- Right click on the "lldb_codesign" certificate in the "System" keychain (NOT + "login", but the one in "System"), and select "Delete" to delete it from + the "System" keychain. +- Reboot +- Clean and rebuild lldb and you should be able to debug. + That should do it. |

