I have no idea if this is a problem in the pod, the gem, Rubymotion itself, or my system setup... But I guess it's better asking than not.
I can use methods like find absolutely fine in actual code, but if I try using it in the REPL I get this error and the whole app crashes:
(main)> User.find(a: 1)
dyld: lazy symbol binding failed: Symbol not found: __ZN9RoxorCore14find_bs_cftypeESs
Referenced from: /Library/RubyMotion/data/ios/7.0/iPhoneSimulator/libmacruby-repl.dylib
Expected in: flat namespace
dyld: Symbol not found: __ZN9RoxorCore14find_bs_cftypeESs
Referenced from: /Library/RubyMotion/data/ios/7.0/iPhoneSimulator/libmacruby-repl.dylib
Expected in: flat namespace
doesn't really make any difference which arguments are given as long as they're in an expected format.
Any ideas?
I have no idea if this is a problem in the pod, the gem, Rubymotion itself, or my system setup... But I guess it's better asking than not.
I can use methods like
findabsolutely fine in actual code, but if I try using it in the REPL I get this error and the whole app crashes:doesn't really make any difference which arguments are given as long as they're in an expected format.
Any ideas?