xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export
-
@David-Healey how do I get an older git commit of the hise source code
-
@DJJD12345
git checkoutfollowed by the hash. If you're doing it through xcode I'm not sure what the procedure is. -
@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.