Current Version not Building in release configuration
-
Hello,
Just downloaded Hise from GitHub and I am getting the following error: Command Ld failed with a nonzero exit code.
I can build it in debug mode but for some reason the release build is failing.
Has anyone encountered this before? I have a feeling it has to do with ARM because I am on an m1 MacBook.
Thanks a ton in advance,
Noah -
Use the develop branch
-
@d-healey So I built it using the develop branch and the error still persists.
It seems to be something related to the architecture of some Faust library.
Thanks in advance!
Noah :) -
@Noahdeetz It's probably the version of Xcode you are using, try updating or downgrading.
-
@d-healey Okay I will upgrade to the latest Xcode and then keep you posted!
Noah
-
@d-healey For reference I am using Xcode 13.3.
I am able to build juce projects on it because I went the JUCE route for a while and now I am coming back to HISE.
-
Yup the small vector error issue is because of a particular Xcode version, just update Xcode and try again.
-
Perfect it works now! Thanks so much for the prompt response I look forward to developing with HISE!
One last question, I already have the proper aax tools, (SDK, EDEN etc.). Is there a preference that I an export aax in HISE, or should I just modify the existing Projucer project?
-
just compile the AAX libraries, put them in the SDK folder and export as AAX plugin, then you're good.