-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninitialized constant BubbleWrap::Constants (NameError) #472
Comments
Sorry for my late reply, I've been offline for a week. Lots of times a |
Just adding a +1 for the issue above, @markrickert The steps suggested were followed and the error persists. Here it is below: 2015-09-09 16:44:14.880 app_name[74887:672081] uninitialized constant BubbleWrap::Constants (NameError)
2015-09-09 16:44:14.893 app_name[74887:672081] *** Terminating app due to uncaught exception 'NameError', reason: 'uninitialized constant BubbleWrap::Constants (NameError)
'
*** First throw call stack:
(
0 CoreFoundation 0x00000001059e69b5 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x00000001015addeb objc_exception_throw + 48
2 app_name 0x000000010093494f _ZL10__vm_raisev + 399
3 app_name 0x0000000100934a7d rb_vm_raise + 205
4 app_name 0x0000000100831959 rb_exc_raise + 9
5 app_name 0x000000010082bc04 rb_name_error + 228
6 app_name 0x00000001008e3ab9 rb_mod_const_missing + 121
7 app_name 0x0000000100906209 rb_vm_dispatch + 7401
8 app_name 0x00000001008e49cd rb_const_get_0 + 1165
9 app_name 0x00000001001972de vm_get_const + 302
10 app_name 0x00000001001acb2a rb_scope2 + 298
11 app_name 0x00000001001ac9a3 rb_scope1 + 131
12 app_name 0x00000001001b5d07 MREP_AE89F55DD3CF4F6086F1C23A63D47CDA + 4695
13 app_name 0x000000010019f22a RubyMotionInit + 202
14 app_name 0x000000010019ff75 main + 85
15 libdyld.dylib 0x000000010754a92d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NameError
Using Bubble-Wrap Gem v1.9.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have inherited some rubymotion code and have been running into the above error when the app launches. I've looked through the previous issues here, but couldn't find a solution. If you could provide any insight that would be great! here are the details of my environment. Thanks!
'''
Environment
Gemfile
Gemfile.lock
My rakefile has this in:
The text was updated successfully, but these errors were encountered: