'control::pimpl::no_processing' which does not have a default constructor
-
I am getting the following error in XCode while compiling a custom node with a global cable project I prepared with a HISE commit from June, that was working before:
XCode throws this error:
Constructor for 'scriptnode::routing::global_cable<hise::runtime_target::indexers::fix_hash<817485898>, scriptnode::parameter::empty>' must explicitly initialize the base class 'control::pimpl::no_processing' which does not have a default constructorInside HISE I used this:
const var ngrm = Engine.getGlobalRoutingManager(); const var nrm = ngrm.getCable("nsDuckGR"); -
@JulesV Have you tried to delete the build folder?
-
@ustk Yes, I deleted the Binaries folder and tried again and again. HISE already gives a "build failed" error and doesn't say why.
So, when I try to manually open and compile the AutogeneratedProject.jucer file in the Binaries folder, I see that error in XCode.
This is probably a bug with the current commit.