I’m trying to get the the openframeworks implementation of syphon working.
When I drag the directory openframeworks > addons >ofxSyphon into the addons directory of my X-Code project, it looks like it adds it ok.
When I build and run gdb says this:
run
[Switching to process 2890]
Running…
dyld: Library not loaded: @loader_path/../Frameworks/Syphon.framework/Versions/A/Syphon
Referenced from: /Users/artcoreface/utopia/vj/kinect/openframeworks_0062/apps/examples/ofxKinect_fft_syphon/bin/ofxKinectDebug.app/Contents/MacOS/ofxKinectDebug
Reason: image not found
sharedlibrary apply-load-rules all
Data Formatters temporarily unavailable, will re-try after a ‘continue’. (Cannot call into the loader at present, it is locked.)
(gdb)
Does anyone have an idea what the problem could be?