Error:: Building (Compiling) HISE on apple M1 - MacOS Monterey
-
Hi a newby here.
I'm trying to install HISE on my M1 apple laptop ( MacOS 12.0.1 Monterey) but no success. I'm following the guide on GitHub but it is not working for me. I also searched the forum but couldn't find an answer for my trouble.So,
Can a Guru help me by giving step by step detailed instructions for how to build and compile HISE on apple M1 ?Regards...
-
@mehmethand Make sure you're using the develop branch, disable IPP.
-
Thank you. I cloned the developer branch and try again but still no luck.
( I set the USE_IPP flag in the hi_core module to 0 as you mentioned.)
I really don't know what I'm doing wrong. -
@mehmethand in Xcode replace t with target
-
@crd can you please guide me how to that?
-
@mehmethand Click the red x, it will show you the error. Replace t with target. Clean the build directory and then rebuild. (I only have the answer for this cause ustk told me :)
-
@crd Thank you so much. I finally made it working.