xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export
-
@David-Healey give exact cmd comande to do this
-
@DJJD12345
Open a terminal
cd path(replace "path" with the path to the HISE source code on your system).
git checkout hash(replace hash with the commit hash you want to checkout)
Open the project in Projucer.
Save and open in IDE
Clean the build
Build for Profiling -
@David-Healey did that
cd: too many arguments -
@DJJD12345 Show me what you put
-
cd /Users/djjdwatson/Documents/HISE git checkout cf3fc78 -
@DJJD12345 These are two separate commands.
cdis the change directory command. Run that one first. Then do the git checkout command. -
@David-Healey hise says can't save to Hise standalone.jucer even though the paths are set using commit c49bcf327ad3ee217835e8d92a87836e4c6317e7
-
@DJJD12345 hise just have been having compiling issues for the past month
-
@DJJD12345 Have you recloned the HISE repo using this command?
git clone --branch develop --recurse-submodules https://github.com/christophhart/HISE.git -
@David-Healey did that and still doesn't work I have my juce paths set ast:

-
@DJJD12345 What do you see in the JUCE folder? Show me a screenshot.
-
-
@DJJD12345 Delete that copy of the source code and reclone using the command I gave above.
