Hise source code build fails in Xcode - Macbook M1 Pro
-
Hello, as the title suggests I'm having no luck in building Hise Standalone on my M1 Pro Macbook.
I think I've correctly installed everything based on the instructions on GitHub, but seems there's an issue in finding some files. I'll attach a screenshot here:Any hints?
Best,
Giuseppe -
@Giuseppe You need to use the develop branch, currently you are using the master branch
-
@d-healey Thanks. Downloaded from the develop branch, having the same issue though. Also , both the versions from the master branch as develop come with a damaged ProJucer file, I copied and pasted from a separate download of Juce
-
@Giuseppe You can't use IPP on an M1 Mac. You need to disable it in Projucer.
-
@d-healey Ok, I'have disabled the IPPs from Projucer and deleted all the lines referring to them as suggested on GitHub. Now I have this big Parse Issue, including many items all referring to the hi_core module (.h refers to C++ header? Out of curiosity). I'll paste just a part here as it's long and doesn't fit in the whole screen width.
-
@Giuseppe Did you clean the build folder before rebuilding? What architectures are enabled in Projucer?
-
@d-healey Succeeded! I have disabled the arm options and deleted all the previous builds. Hise crashed the first time I opened it (I just clicked something random on the master chain), tried to open it again and it seems to work (toying with interface controls right now). Thanks very much David