Compiling Error (MacOS)
-
@brett_thibeau I don't quite understand what that means, I have been downloading the code form GitHub. Am I missing a link or something?
-
@brett_thibeau Watch this video at the timestamp (6:00) https://youtu.be/D3kthNOQ9_s?t=363
-
This post is deleted! -
@d-healey thank you I got that downloaded, now it seems that one error has gone away, however there is this one remaining:
-
@brett_thibeau Have you installed xcpretty?
-
@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.