Hey all,
I’m trying to compile _DeployExamples on xcode 4.0.2 (latest OF from Github) and I’m getting the following errors:
My build/target settings look like this:
I’ve cleaned and compiled openframeworks and that went off without a hitch.
Looking at ofxXmlSettings, I see the prototype requires a pointer to the file being saved:
void saveFile(const string& xmlFile);
Any ideas or tips?