Archived

This forum has been archived. Please start a new discussion on GitHub.

IceTouch Server on iPhone

I'm developing the server using IceTouch on iPhone 3GS.

When I execute [communicator stringToIdentity:@Thing],

my application crashes.

My console prints following message.

===========================================
+[ICEIdentity identityWithIdentity:]: unrecognized selector sent to class 0x214c6c

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[ICEIdentity identityWithIdentity:]: unrecognized selector sent to class 0x214c6c
=======================================

I'm using IceTouch-1.1, and Xcode on Mac OS X 10.6.4
tested on iPhone device.
(I failed to test on iPhone simulator. It seemed that problem is related to *.dylib file.

please help.

Comments