Skip to content
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

undefined local variable or method `user_cache' #1

Open
DaveCollinsJr opened this issue Apr 22, 2013 · 1 comment
Open

undefined local variable or method `user_cache' #1

DaveCollinsJr opened this issue Apr 22, 2013 · 1 comment

Comments

@DaveCollinsJr
Copy link

Hello,

Nice project! I am getting this error after running "rake":

app_delegate.rb:6:in `application:didFinishLaunchingWithOptions:': 
undefined local variable or method `user_cache' for #<AppDelegate:0xac3a070> (NameError)
2013-04-22 14:45:03.599 iTrakt[7164:11303]
 *** Terminating app due to uncaught exception 'NameError', reason: 'app_delegate.rb:6:in `application:didFinishLaunchingWithOptions:': 
undefined local variable or method `user_cache' for #<AppDelegate:0xac3a070> (NameError)'

Is there a one-time setup step necessary for this project?

Thanks,
Dave

@matsimitsu
Copy link
Owner

user_cache is a method that lives in BubbleWrap ( https://github.com/rubymotion/BubbleWrap ) Maybe that is missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants