I have been reading through the forum all day today to attempt to create the AAX version of a plugin I have after I have received multiple requests from users
I am currently working on a Mac M1.
Here is what I have done:
- Download AAX SDK 2.4.1
- Open & compile AAXLibrary.xcodeproj
- Rebuild HISE
- Export AAX version in HISE
I got the AAX version to successfully export. However, when I go to test in Pro Tools Developer I get the error:
"Plug-in failed to load because it is not a valid 64 bit AAX plugin"
Troubleshoot:
- I have made sure that Support32bit box is not checked in HISE preferences
- When I built HISE x86_64 was the only valid architecture checked
I have tried to re-compile and test various times but I keep getting the same error from Pro Tools.
Does anyone have any any insight on what I could be doing wrong? Is there something in the AAXLibrary.xcodeproj file I need to change or is there something in HISE I need to change?