xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export
-
@David-Healey Should I use the global path box checked for the modules
-
@DJJD12345 Copy what I posted in my images above, leave the global paths box unchecked.
-
@David-Healey why leave it unchecked
-
@DJJD12345 That's how Christoph set up the juicer project and it works. It might work with global paths, I don't know, if you want to try it you can, but I can't give you any support with it.
-
@David-Healey Reopening juce fixed that issue
-
@DJJD12345 The paths are correct now?
-
@David-Healey Its now saving the compiler file in juce
-
@DJJD12345 Excellent
-
@David-Healey, But now HISE Debug with Faust isn't opening it; it immediately closes.
-
@DJJD12345 It compiled successfully?
-
@David-Healey Yes, ran clean build folder and recompiling
-
@DJJD12345 Open it from a terminal or with xcode and see if it shows any error messages
-
@David-Healey How do I do that?
-
@David-Healey On line 4 of 0___abort___with__payload in the compiler file on Xcode, it gives an error: Thread 1: signal SIGBRT and there is says this:
dyld[48609]: Library not loaded: @rpath/libfaust.2.dylib
Referenced from: <994ED28C-EB20-388F-BB0A-9210D2335069> /Users/djjdwatson/Documents/HISE/projects/standalone/Builds/MacOSX/build/Debug/HISE Debug.app/Contents/MacOS/HISE Debug
Reason: tried: '/Users/djjdwatson/Documents/HISE/projects/standalone/Builds/MacOSX/build/Debug/libfaust. 2.dylib' (no such file), '/usr/lib/system/introspection/libfaust.2.dylib' (no such file, not in dyld cache), '/Users/djjdwatson/Documents/HISE/projects/standalone/Builds/MacOSX/../../../../tools/faust/lib/libfaust.2.dylib' (code signature in <2E486638-5504-3E14-8BD6-0F37DB1F2070> '/Users/djjdwatson/Documents/HISE/tools/faust/lib/libfaust.2.81.10.dylib' not valid for use in process: library load disallowed by system policy), '/System/Volumes/Preboot/Cryptexes/OS/Users/djjdwatson/Documents/HISE/projects/standalone/Builds/MacOSX/../../../../tools/faust/lib/libfaust.2.dylib' (no such file), '/Users/djjdwatson/Documents/HISE/projects/standalone/Builds/MacOSX/../../../../tools/faust/lib/libfaust.2.dylib' (code signature in <2E486638-5504-3E14-8BD6-0F37DB1F2070> '/Users/djjdwatson/Documents/HISE/tools/faust/lib/libfaust.2.81.10.dylib' not valid for use in process: library load disallowed by system policy), '/System/Volumes/Preboot/Cryptexes/OS/Users/djjdwatson/Documents/HISE/projects/standalone/Builds/MacOSX/../../../../tools/faust/lib/libfaust.2.dylib' (no such file) -
@DJJD12345 I wonder if the faust library isn't compatible with Apple silicon. Maybe you need a different one, I'm not sure.
-
@David-Healey Downloaded the arm64 version of Faust. I have an Apple Silicon M1.
-
@DJJD12345 Which version?