438VVOSC – Objective C OSC wrapper

source: http://github.com/mrRay/vvosc/tree/master docs: http://www.vidvox.net/rays_oddsnends/vvosc_doc/

after following the instructions in the docs, i get the following error (iPod Touch 2nd, OS3.0 beta 5)

/Users/username/Desktop/Test/build/Debug-iphoneos/Test.app: object file format invalid or unsuitable

After some googling, I came across this, and it seems to do the trick.

add:

$(SDKROOT)/ResourceRules.plist

to the Code Signing Resource Path. Why exactly it's working is anybody's guess.

~

This might also be worth a look: liblo: Lightweight OSC implementation