Why does Hise use xcpretty??
D
Latest posts made by DJJD12345
-
RE: xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Exportposted in Bug Reports
-
RE: xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Exportposted in Bug Reports
Yes, I'm using Hise 4.1.0, the latest git hash currently available.
-
RE: xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Exportposted in Bug Reports
I repeated the process, and the terminal displayed this message instead.
The following build commands failed: CompileC /Users/djjdwatson/Documents/HISE\ Projects/Aeris/Binaries/Builds/MacOSX/build/Aeris.build/Release/Aeris\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_tools_02.o /Users/djjdwatson/Documents/HISE\ Projects/Aeris/Binaries/JuceLibraryCode/include_hi_tools_02.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Aeris - Shared Code' from project 'Aeris') (1 failure) -
xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Exportposted in Bug Reports
When working on macOS Tahoe 26.2 M1 with Hise setup for compiling with Faust debug, it brings out this string in the terminal when exporting as an FX plugin AU and VST3.
Here is the XML file. Aeris.xml AerisDesktop.xml and the project files project_info.xml Autosave_1.hip
This is what the terminal outputs when exporting as an FX VST3 and AU./Users/djjdwatson/Documents/HISE\ Projects/Aeris/Binaries/batchCompileOSX ; exit; djjdwatson@DJJDs-MacBook-Air ~ % /Users/djjdwatson/Documents/HISE\ Projects/Aeris/Binaries/batchCompileOSX ; exit; Re-saving file: /Users/djjdwatson/Documents/HISE Projects/Aeris/Binaries/AutogeneratedProject.jucer Finished saving: Xcode (macOS) Finished saving: Xcode (iOS) Finished saving: Linux Makefile Compiling FX plugin Aeris ... /Users/djjdwatson/Documents/HISE Projects/Aeris/Binaries/batchCompileOSX: line 7: xcpretty: command not foundSays xcpretty not found but installed with sudo gem install xcpretty and gem install xcpretty and brew install xcpretty. ```