I am facing an issue with integrating synapse with openframeworks in Xcode. the problem is that the file synapsestreamer.h
cannot find ofOSC.h
. I tried dragging the ofxOSC folder into the addon folder and it still would not work.
I am new to objective-C and this kind of programming and hence cannot find a solution to this. I have tried searching on the internet but in vain. I am attaching a screenshot of the same for your reference, kindly have a look and let me know as to how I should link the ofxOSC.h
file with the synapsestreamer.h
#include "ofxOsc.h"
This throws an error even if I have the ofOSC in the addons section.