DEV Community

Discussion on: Setup gdb on macOS in 2020

Collapse
 
eric_c_fd089c02bd67a0d41f profile image
Eric C

When I run the following command below, I receive an error of 'cannot read entitlement data'. What can I do to resolve this?


codesign --entitlements gdb-entitlement.xml -fs gdb-cert <gdbPath>

Enter fullscreen mode Exit fullscreen mode
Collapse
 
nezda profile image
Luke Nezda

Maybe you didn't make gdb-entitlement.xml file described in the directions?