unity3d - Sphero iOS Unity Plugin - Crash Following Sphero Connect -


similar existing question more specifics.

i'm trying setup sphero unity plugin unity asset store can't seem run bundled helloworld sample on device. app crash connects sphero. looking @ debug output issue seems coming handlerobotonline function in rkunbridge.mm in libraries folder, specifically:

rkdevicemessageencoder *encoder = [rkdevicemessageencoder encodewithrootobject:notification];  receivedevicemessagecallback([[encoder stringrepresentation] utf8string]); 

it appears issue keyedrepresentation. error is:

[__nsdictionarym rkjsonrepresentation]: unrecognized selector 

i've been attempting debug myself haven't gotten anywhere.

i'm using ios 6.0 on 4th gen ipad, unity v4.1.2, , xcode v4.6. suggestions fantastic, thanks!

the sphero unity plugin has post process build script in editor directory want use when building xcode project. error experiencing because of missing linker flag.

add:

-all_load 

to build settings in xcode, , error should go away. may have add -objc linker flag.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -