From 48ebb0c76745adf5096e7ade0710eb57c98f59b8 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 14 Dec 2010 23:19:04 +0000 Subject: [PATCH] Updated the code signing instructions to be more complete. llvm-svn: 121804 --- lldb/docs/code-signing.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lldb/docs/code-signing.txt b/lldb/docs/code-signing.txt index 4610a092e927..32bbb5fee3a7 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.