Skip to content

Instantly share code, notes, and snippets.

@ashchan
Created July 20, 2011 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashchan/1094511 to your computer and use it in GitHub Desktop.
Save ashchan/1094511 to your computer and use it in GitHub Desktop.
macruby_deploy app with space in name
$ macruby_deploy --compile --embed --bs Gmail\ Notifr.app
*** Deployment started
*** Embedding MacRuby.framework
*** Embed BridgeSupport system files
*** Fix install path of binaries
*** Fix identification name of libmacruby
/usr/bin/otool: can't open file: Gmail (No such file or directory)
/usr/bin/otool: can't open file: Notifr.app/Contents/Frameworks/MacRuby.framework/Versions/Current/usr/lib/ruby/site_ruby/1.9.2/universal-darwin10.0/bigdecimal.bundle (No such file or directory)
Error when executing `/usr/bin/otool -L Gmail Notifr.app/Contents/Frameworks/MacRuby.framework/Versions/Current/usr/lib/ruby/site_ruby/1.9.2/universal-darwin10.0/bigdecimal.bundle'
$ macruby_deploy --compile --embed --stdlib --bs Gmail\ Notifr.app
*** Deployment started
*** Embedding MacRuby.framework
*** Embed BridgeSupport system files
*** Fix install path of binaries
*** Fix identification name of libmacruby
*** Compiling files
/usr/bin/lipo: can't open input file: Gmail (No such file or directory)
Can't compile "Gmail Notifr.app/Contents/Resources/AccountDetailController.rb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment