I am trying to connect my iPod Touch and a MacBook using the ofxOsc addon, here is what I did I copy the code from the sender the addonExample project to an empty ofxiphone project it runs fine on the simulator but if I run the same project on the Device I get lots of errors, see attachment
Any ideas? do I need to setup something on the ipod touch? if so what WI-FI, Bluetooth?
there’s a project there called “ofxOsciPhone” which is similar to ofxOsc, expect that it’s containing un-compiled oscpack code – If you remove ofxOsc from your project and add this, I would guess your linking errors will be solved.
In the future, we’ll try to get a iphone compatible library compiled for ofxOsc, but this is a reasonable enough interim solution.