Now I'm looking for OSC library which working on iOS6 with ARC. I tried vvOSC at first. But I got an error with "- (NSString *) stringByDeletingLastAndAddingFirstSlash;" Maybe Compiler can't find the method.
Then I tried to compile liblo for iOS6. I googled the way to do that. But I couldn't find an example. I have no idea with UINIX, so I gave up liblo.
Then I tried CocoaOSC. Actually the sample code works fine with iPhone simulator6.1. But The example doesn't use ARC and when I used CocoaOSC on my project which uses ARC, I got so many errors. I removed memory management things in CocoaOSC like 'autorelease, retain, etc..'.
I am kind of new at Objective-C. So I don't think I can resolve CocoaOSC problem with ARC.
So if someone knows good OSC library for iOS6 with ARC. Please tell me that.
Excuse for my poor English.
Thanks,