Compiling Error (MacOS)
-
@d-healey I believe so but I could've downloaded it wrong. Do I just download it from GitHub and im good to go?
-
@brett_thibeau Are you following the instructions on github?
https://github.com/christophhart/HISE?tab=readme-ov-file#osx
-
@d-healey ok super weird, I just installed it in terminal with that command however it is now showing the both errors again from the beginning.
-
@brett_thibeau Clean the build - also you should build for profiling
-
@d-healey what do you mean by clean the build? Sorry like I said I am a complete beginner.
I just tried building for profiling and it still said build failed.
-
@brett_thibeau In the menu with the build options (Project menu I think) there should be an option called clean build folder, or similar. Run that before trying to build.
-
@d-healey ok just did that, one error disappeared for a second and then when I built for profiling they both came back.
-
@brett_thibeau What version of xcode, what version of OSX?
-
-
@d-healey I figured it out, I wasn't cloning the GitHub repository in Xcode. I was just downloading from GitHub and trying to open in Juce.
Cloning it seemed to solve my problem! Thanks for the help.