Hi,
I'm unable to debug my mac application under XCode when Hardened Runtime is enabled. I'm getting 'Message from debugger: Error 1'.
lldb -p <pid> gives the same error:
error: attach failed: Error 1
Disabling hardened runtime solves the problem, but I'm wondering if there's a way to debug with the hardened runtime enabled, and why I'm getting such a cryptic error message.
Using XCode 10.2.1 on macOS 10.14.5.