@Bentley wrote:
I’m having an error with the new OSX Mojave and Xcode 10 running oF 0.9.8 specifically with ofxGui
I’m able to compile everything no problem by changing my plist camera permissions and modifying my minimum versions etc. however now, whenever I make a change to anything relating to my ofxPanel like adding a new ofParameter to it I get a runtime EXC_BAD_ACCESS error at line 23 of ofxGuiGroup within my gui.setup() call.
This happens if I add a listener to an existing ofParameter, if I add a new parameter to my ofxPanel via the add method or if I just change my setup call from the 2 parameter overload to the 0 parameter overload.
The only way for me to get rid of the error is to do a clean build of the project which is obviously time consuming.
Does anyone have any insight in to what might be causing this? I’ve add links some screenshots of the call stack as well as relevant code snippets.
Posts: 3
Participants: 2