I'm working on an audio plugin, and when I set the target to VST3 instead of Standalone Plugin and check the "Debug Executable" box, I get this error:
Message from debugger: attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries, when the attach failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.)
I found this post, which seems to be about this same issue, and I followed the recommended solution:
I made sure CODE_SIGN_INJECT_BASE_ENTITLEMENTS is true and DEPLOYMENT_POSTPROCESSING is false. I also checked the entitlements on the .app using codesign -d --entitlements, and it returned:
[Key] com.apple.security.get-task-allow
[Value]
[Bool] true
This seems like it has the proper entitlements, but it is still breaking with the above error message when I clean and build. Any ideas?
4
0
695