Skip to content

Instantly share code, notes, and snippets.

@dastels
Created January 24, 2016 06:52
Show Gist options
  • Save dastels/fbae2b13fbd4ec00f703 to your computer and use it in GitHub Desktop.
Save dastels/fbae2b13fbd4ec00f703 to your computer and use it in GitHub Desktop.
Odd rubymotion error
*** Starting simulator
(main)> 2016-01-24 00:18:45.737 lisppad[73643:5824162] undefined method `-@' for :handleLongPress:Symbol (NoMethodError)
2016-01-24 00:18:45.741 lisppad[73643:5824162] *** Terminating app due to uncaught exception 'NoMethodError', reason: 'undefined method `-@' for :handleLongPress:Symbol (NoMethodError)
'
*** First throw call stack:
(
0 CoreFoundation 0x000000010303be65 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x0000000100a6fdeb objc_exception_throw + 48
2 lisppad 0x00000001005cdd1f _ZL10__vm_raisev + 367
3 lisppad 0x00000001005cde10 rb_vm_raise + 208
4 lisppad 0x00000001004c6a79 rb_exc_raise + 9
5 lisppad 0x00000001005cc0f2 rb_vm_method_missing + 786
6 lisppad 0x000000010059e138 rb_vm_dispatch + 5736
7 lisppad 0x000000010059c983 rb_vm_trigger_method_missing + 995
8 lisppad 0x000000010059df82 rb_vm_dispatch + 5298
9 lisppad 0x000000010041c97c vm_dispatch + 1372
10 lisppad 0x0000000100422480 rb_scope2 + 4288
11 lisppad 0x0000000100420c95 rb_scope1 + 197
12 lisppad 0x0000000100432697 MREP_9F1B3EC3EDA840C8AC092410AD50D5CC + 9047
13 lisppad 0x00000001000023ab RubyMotionInit + 1931
14 lisppad 0x00000001000024b0 main + 112
15 libdyld.dylib 0x000000010747992d start + 1
16 ??? 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NoMethodError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment