I followed @David-Healey's instructions on how to compile an fx plugin and managed to export the vst3 plugin but I don't need the vst3 plugin as I'm using logic. So I repeated the process after cleaning the build directory and selected au instead of vst3 and it came up with the following error : /Users/jay/Documents/HISE Projects/reverb1/Binaries/Builds/MacOSX/reverb1.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 26.4.99. (in target 'reverb1 - Shared Code' from project 'reverb1')
I am currently on macos Tahoe 26.3.1(a) and I found the setting for the target version in the xcode file but I don't know how to build the hise project through xcode and changing these settings doesn't affect the hise exportation process. Is there a way to change the target macos version for hise ?