[MacRuby-devel] macruby_deploy error while compiling files
Petr Kaleta
petr.kaleta at me.com
Thu May 5 02:57:56 PDT 2011
Hi everyone, I'd like to deploy my Macruby app using:
macruby_deploy --compile --embed --gem rest-client --gem sequel --bs Issues.app
but I'm getting this error:
*** Deployment started
*** Embedding MacRuby.framework
*** Embed RubyGems libdirs: /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/ruby/Gems/1.9.2/gems/mime-types-1.16/lib, /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/ruby/Gems/1.9.2/gems/rest-client-1.6.1/lib, /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/ruby/Gems/1.9.2/gems/sequel-3.22.0/lib
*** Embed BridgeSupport system files
*** Fix install path of binaries
*** Fix identification name of libmacruby
*** Compiling files
/usr/local/bin/macruby_deploy:127:in `block': undefined method `delete_if' for nil:NilClass (NoMethodError)
from /usr/local/bin/macruby_deploy:117:in `compile'
from /usr/local/bin/macruby_deploy:70:in `run'
from /usr/local/bin/macruby_deploy:283:in `<main>'
Am I doing something wrong, or this is some bug in macruby_deploy tool? I am using the latest macruby version from origin/master.
- Petr
More information about the MacRuby-devel
mailing list