Hi,
I'm trying to add Hardened Runtime support to our app (VPN-like app), but will need to add the com.apple.security.cs.allow-jit exception since we use an electron-based UI.
Problem is, if I enable any runtime exception, the executable crashes right away (running on xcode with Mac Developer cert).
I was able to dial the project completely down to a main.mm without any dependencies to make sure it wasn't related to anything else.
Am I triggering something expected or is this a bug of some sort?
Please advise, let me know what logs can I send.