Skip to content

REPL #36

@Dan2552

Description

@Dan2552

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions