DEV Community

Discussion on: Setup gdb on macOS in 2020

Collapse
 
praisedone profile image
praisedOne • Edited

I have completed the gdb path linking part too but it shows an error for code signed. Then it says zsh: parse error near '\n' . Can someone help me here. what should I do from here?

Collapse
 
dianamendbayar profile image
diana-mendbayar

Git rid of <> from this line:
codesign --entitlements gdb-entitlement.xml -fs gdb-cert

Collapse
 
firemanchief52 profile image
Stefano

I made every thing following the instructions above .. but at "Sign the certificate for gdb" I receive the follow error:
"error: The specified item could not be found in the keychain." But the certificate is in KeyChain.
Please can someone help me to sort it out.