From: Rich W. <rw...@gm...> - 2008-02-04 02:28:57
|
Hi, I'm trying to embed some RubyGem libraries into a stand alone app. According to the web site, I used the following command: ruby standaloneify.rb -d RubyRSS_StandAlone.app RubyRSS.app Everything seemed fine. But when I tried to run the stand alone app, It fails to launch. I get the following message in the console: 2/3/08 3:03:57 PM [0x0-0x31031].com.apple.rubycocoa.NEWCOREDATAPROJECT.RubyRSSApp[278] / Users/rikiwarren/Desktop/RubyRSS_StandAlone.app/Contents/Resources/ rb_main.rb:25:in `require': no such file to load -- osx/cocoa (LoadError) 2/3/08 3:03:57 PM [0x0-0x31031].com.apple.rubycocoa.NEWCOREDATAPROJECT.RubyRSSApp[278] from /Users/rikiwarren/Desktop/RubyRSS_StandAlone.app/Contents/ Resources/rb_main.rb:25 2/3/08 3:03:57 PM com.apple.launchd[63] ([0x0-0x31031].com.apple.rubycocoa.NEWCOREDATAPROJECT.RubyRSSApp[278]) Exited with exit code: 1 If I'm reading this right, it's having trouble finding the osx/cocoa library. However, since I'm working on Leopard, all Leopard machines should have osx/cocoa installed by default, right? Am I doing something wrong? How do I get standaloneify to work on Leopard? Thanks, -Rich- |