Hey!
I have a build script that uses "xxd" to embed some resources in my binary. With the ENABLE_USER_SCRIPT_SANDBOXING now basically mandated in Xcode 16 (without it, it now shows a warning), I'm trying to enable it in my build.
I'm getting no errors, but the output from xxd specifically is totally empty, like it's being blocked.
I tried adding /usr/bin/xxd to the list of input files, but that didn't work. Anyone know if there's a way to get this working – or, alternatively, to suppress the warning?