libfaust.2.50.6.dylib cannot be opened because the developer cannot be verified.
-
I followed this instructions to compile Hise with Faust on M1 Mac (Monterey): https://github.com/christophhart/HISE/tree/develop/tools/faust
I compiled Hise with Faust (Release version), after the compilation when I open Hise, I see this, Hise won't open. What is the solution?
NOTE: I downloaded Faust-2.50.6-x64.dmg version.
-
@harris-rosendahl I guess this is because of Mac gate keeper.
- Run the Terminal
- Type xattr -cr
- Then press the space button
- Drag and drop the HISE app file into the Terminal. It will be
- something like this:
xattr -cr /path/to/HISE.app - Press enter.
This will deactivate the Gatekeeper and the HISE will work.
NOTE: Normally this is a risky method for other apps that can potentially include malware, but since we know the Hise it shouldn't be a problem.
Do the same for libfaustXXX.dylib
-
@DabDab Thanks it works with xattr -cr method.
So is that a proper solution for this? @Christoph-Hart
-
@harris-rosendahl You can also just go into the security settings and allow the execution of the Faust dylib without terminal stuff.
That's basic macOS knowledge and there are plenty of resources when you google "how to run a unsigned executable on macOS"