System security has been ramped up on M1 Macs, and since we are manually composing the .app bundle and then signing it, we also must ensure that the "get-task-allow" entitlement is present for non-distribution builds. Without this entitlement, a debugger is not permitted to attached to the process.
macOS: Fixed a debugging issue
System security has been ramped up on M1 Macs, and since we are manually composing the .app bundle and then signing it, we also must ensure that the "get-task-allow" entitlement is present for non-distribution builds. Without this entitlement, a debugger is not permitted to attached to the process.