Updated the code signing instructions to be more complete.

llvm-svn: 121804
This commit is contained in:
Greg Clayton
2010-12-14 23:19:04 +00:00
parent 30ddd1d012
commit 48ebb0c767

View File

@@ -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.