macOS Big Sur Xcode Compile Semantic Fail Errors
-
When trying to compile HISE I'm experiencing the same issues in this thread:
I've read over this thread and checked all my projucer settings etc.
I tried compiling the master and develop versions (develop version does not give me VST (Legacy) SDK Folder option in projucer btw)However, it seems the final solution for this thread was using Xcode 10.3
My issue is I'm using a Macbook Pro M1, macOS Big Sur. Xcode 10.3 can not be used with macOS Big Sur. So, I have to use Xcode 13. I'm also using the latest version of Projucer 6.1.2.
My question is, can I not compile HISE with Xcode 13? Or is there another solution for these errors?
-
@kameron xcode 12.0 should work, although I'm not sure about M1 things...
-
I had similar issues this weekend!
See here: https://forum.hise.audio/topic/4425/develop-branch-build-status/186
Be sure to not compile the master branch but the new_layout! I am now compiling with XCode 13 on Big Sur... Works just fine...
-
Thanks, I finally got it to work :)
-
@kameron I also have to use Xcode 13. I bought a used Mac specifically for this and didn't realize they upgraded the OS to Monterey! Now I'm scrambling trying to get HISE going on here.
How did you manage to get it compiled?
-
This post is deleted! -
First, inside JUCE I unchecked all architectures except x86_64. Then set the deployment target to 10.4. The thread UrsBollhalder linked above has more info on this.
When I went to compile after this I got the errors I posted above.
To fix these errors I found out my issue was the branch I was trying to compile.
When I originally downloaded HISE I clicked the 'Download ZIP' button on the Github page. This zipped version kept giving me the errors.
I solved it by deleting that HISE folder. I then went back to Github and created an account and download the Github Desktop app.
After this I went to the HISE Github page and clicked Clone on Github Desktop instead of 'Download ZIP'. This cloned HISE to my Github Desktop App. From there I was able to download the new_layout branch.
The new_layout branch compiled for me without any errors with Xcode 13 on a new Macbook M1.
-
@kameron Hi! Did you do that with enabled IPP?
-
@nouslou No I ended up disabling IPP.
I was getting IPP errors even though I had it installed. I haven't gone back to try to enable it yet