macOS : "No template named 'StkFactory' in namespace..."
-
hello,
I'd build on xcode but i met error in export source, all are "stk" errors.
The project is AUi plugin.I tried way to solved: that is "Clean" and "Rebuild."
(https://forum.hise.audio/topic/1701/osx-fx-plugin-and-standalone-app-build-errors-with-stkfactory)
but state is not change.I did wrong setting? i haven't technical knowledges?
please help me !HISE 1.6.0, JUCE 5.4.3 and Xcode 10.1 with macOS 10.13.6
thank you
-
@kurogedelic which HISE build are you trying - one from the github yes?
-
@Lindon
I did download from https://github.com/christophhart/HISE/releases/.
And I tried install HISE 2.0.0 again, but it was the same result.
thanks. -
@kurogedelic That's ancient, try this one - https://github.com/christophhart/HISE/tree/scriptnode
-
@d-healey
I did use v2.1.0 that compiled by myself.
that source code from @Lindon reply.I tried compile "BasicSynth" (from hise_tutorial ) Xcode don't said same errors.
But Xcode says another issues:
I think this is just not declared in this source code.
Anyway, I'll study more.Thanks for good guys.