AAX Build failing
-
Hey!
I've tried with various different AAX SDK versions from 2.4.1 to latest, compiling the SDK which is all fine then when i go to export a plugin as AAX I continually get this error.
Also showing how I have the folders laid out.
I'm using MacOS - Sequoia 15.1.1
XCode - 16.1
HISE DevelopAny ideas? Cheers!
-
@Mors It looks like the compilation worked but the linking failed. Have you added the AAX SDK location within Projucer, extra library search paths?
-
@d-healey Just tried this and now it's failing to compile
Maybe i did the extra library search paths wrong? I put it in the release version as well as the faust one (that i use)
-
@Mors scratch that, not failing to compile but i'm still getting the same error
-
@Mors said in AAX Build failing:
Maybe i did the extra library search paths wrong? I put it in the release version as well as the faust one (that i use)
That looks like the juicer file for HISE, you need to put it in the one for your project.
Looks like you can add it directly in HISE preferences
This is what mine looks like
-
@Mors Done both of those things, this is the error i get now
-
@Mors Looks like you only compiled the SDK for x86, it needs to be a universal binary.
-
@d-healey where would i have that option? I just run the 'AAXLibrary.xcodeproj' and build for profiling and running
-
@Mors said in AAX Build failing:
where would i have that option?
I'm not sure, it's been a long time since I built it.
Start with the docs - https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary
-
@d-healey I have a feeling its something to do with this version of xcode i have