Walt icon indicating copy to clipboard operation
Walt copied to clipboard

Error when executing rake

Open folivi opened this issue 12 years ago • 1 comments
trafficstars

hi guys I got this error:

(main)> 2013-05-17 22:10:41.701 salsafests[30786:11303] uninitialized constant Walt::Operation::Base (NameError) 2013-05-17 22:10:41.742 salsafests[30786:11303] *** Terminating app due to uncaught exception 'NameError', reason: 'uninitialized constant Walt::Operation::Base (NameError) ' *** First throw call stack: (0x1c5b012 0x7aee7e 0x37d6f4 0x39e2 0x2d05) libc++abi.dylib: terminate called throwing an exception *** simulator session ended with error: Error Domain=DTiPhoneSimulatorErrorDomain Code=1 "L’application simulée s’est fermée." UserInfo=0x10050cc90 {NSLocalizedDescription=L’application simulée s’est fermée., DTiPhoneSimulatorUnderlyingErrorCodeKey=-1} rake aborted!

my Gemfile

source "https://rubygems.org"

gem 'sugarcube' gem 'geomotion' gem 'walt' gem "bubble-wrap" gem 'rubymotion_generators' gem "motion-cocoapods"

I'm running rubymotion 2

folivi avatar May 17 '13 20:05 folivi

Yeah, seems to be a dependencies problem with RubyMotion 2.0, was able to reproduce with one of the example projects.

I updated Walt to version 0.1.2 with a possible fix: http://rubygems.org/gems/walt. Can you try that (with gem "walt", "~> 0.1.2") and see if it works?

clayallsopp avatar May 20 '13 01:05 clayallsopp