How to run an executable binary from outside the sandbox?

Is it possible to run a compiled binary from a sandboxed app with proper entitlement and user permission ?
I tried giving the following permissions and it still did not run

com.apple.security.scripting-targets
com.apple.security.files.user-selected.executable
com.apple.security.files.user-selected.read-write
For those of you reading along at home, I’m responding to sabz19 on this thread.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
How to run an executable binary from outside the sandbox?
 
 
Q