Hello,
I have a QCView with a boolean input splitter in it. When I try and do [qcview setValue:NO forInputKey:@"showCube"];
it works as expected and the input gets set to NO
. However, When I try and do [qcview setValue:YES forInputKey:@"showCube"];
I get EXC_BAD_ACCESS
. I have tried using 1, YES, and TRUE and they all give the same error. Whet could be the issue causing this mysterious error?
Thanks