Unable to export projects on Mac after v3.5
-
I've been waiting on this one a while to see if it got resolved (or if it was foolish user error that I could sort), but I tried again today with 3.6.2 and had the same failures.
Building a project as VST/AU from HISE 3.6+ on my Mac yields this error:
HISE/AdditionalSourceCode/nodes/factory.cpp:29:37: incomplete type 'hise::FrontendHostFactory' named in nested name specifier scriptnode::dll::FactoryBase* hise::FrontendHostFactory::createStaticFactory()
The combination of HISE 3.5 + Xcode 14 is still working perfectly however, and that's what I'm using in the meantime.
Trying Xcode 15 seems to add another error as well:
❌ error: Cycle in dependencies detected, but could not be parsed. Please file a bug report with the build transcript and how to reproduce the cycle if possible.
I have tried to completely wipe HISE, fresh pull from GitHub, fresh compile of editor, etc.
I'm on a 16" MBP Apple Silicon, running Sonoma.
Will keep on moving with the HISE 3.5, but hope there's a fix for this in the future -- or maybe there's something I need to do?
-
@dxmachina reexport your dsp dll.
-
@Christoph-Hart Thank you... trying this crashed HISE, but I must have had some experiments lurking earlier in my project. Clearing the cobwebs of previous DSP fixed it.
Xcode 15 is still not working here (judging by the Apple dev community it looks like this same error cropped up for a ton of people in the Xc15 beta cycle).
Thank you again!