xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export
-
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. ```
-
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) -
@DJJD12345 Are you using the develop branch? Hise uses xcbeautify for a little while now...
-
Yes, I'm using Hise 4.1.0, the latest git hash currently available.
-
This post is deleted! -
@DJJD12345 The version actually doesn't mean much but it's not often updated. But as long as you compile the latest develop branch you're good at least on that side
-
@DJJD12345 What do you have in the export wizard?
menuExport -> Setup Export Wizardeverything should be green ticked -
Why does Hise use xcpretty??
-
@DJJD12345 It doesn't (anymore) this suggests you're using an old version of HISE. What is the commit hash you're using Help > About HISE?
-
Every time I try to do the setup wizard, none of the boxes are green, but everything is installed correctly.
-
@d-healey
the one from october 28, 2024, git hash bfbfe2e
-
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
the one from october 28, 2024, git hash bfbfe2e
You're using the master branch. You need to switch to develop.
-
@d-healey
give link cuz I may not have the right one. The one I use is https://github.com/christophhart/HISE
-
@DJJD12345 That's the correct repo but you need to checkout the develop branch.
Take a look at my free beginner course, I cover this stuff: https://audiodevschool.com/courses/hise-bootcamp/
-
@d-healey
On the video in your course, you have the same Hise version installed as me for Mac.
-
@DJJD12345 We get to compiling and exporting later in the course.