You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
After some experimentation, I found that created unity xcode project crash only on iOS 8. The project is created and works on iOS versions 6 and 7. Will fremvok updated to work with iOS 8?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run sample project in Xcode (on device), I have error:
Search by created in Unity project I found out that is called non-existent selector
addDataStreamingObserver:selector:mask:
in the classRKUNBridge.m:
In RKDeviceMessenger.h there selector
- (Void) addDataStreamingObserver: (id) observer selector: (SEL) handler;
After removing the component mask:mask all selector error (as described at the beginning) still remains
[[RKDeviceMessenger sharedMessenger] setMessageRateDivisor:divisor];
also not described in RKDeviceMessenger.h file
I use RobotKit.framework from https://github.com/orbotix/Sphero-iOS-SDK
RobotBridge.framework & RobotVision.framework from Unity project
The text was updated successfully, but these errors were encountered: