From: Stef Jeubs on 3 May 2010 02:53 Hi, I'm using XCode 3.2.3 and MacRuby 0.5. I have created a MacRuby project which works perfectly on my mac. But when i try the .app on another mac where probably the dev tools are not installed, i got this error : dyld: Library not loaded: /Library/Frameworks/MacRuby.framework/Versions/0.5/usr/lib/libmacruby?dylib Referenced from: ~/MyProject.app/Contents/MacOS/MyProject Reason: image not found sh: line 1: 39437 Trace/BPT trap ~/MyProject.app/Contents/MacOS/MyProject > /... Any idea? -- Posted via http://www.ruby-forum.com/.
From: Robert Gleeson on 3 May 2010 03:54 Stef Jeubs wrote: > Hi, > > I'm using XCode 3.2.3 and MacRuby 0.5. > I have created a MacRuby project which works perfectly on my mac. > But when i try the .app on another mac where probably the dev tools are > not installed, i got this error : > > dyld: Library not loaded: > /Library/Frameworks/MacRuby.framework/Versions/0.5/usr/lib/libmacruby?dylib > Referenced from: ~/MyProject.app/Contents/MacOS/MyProject > Reason: image not found > sh: line 1: 39437 Trace/BPT trap > ~/MyProject.app/Contents/MacOS/MyProject > /... > > Any idea? Have you tried creating a statically linked binary of your MacRuby project, or installing MacRuby on your other computer? It looks like you are missing MacRuby on your another computer. Best, Rob -- Posted via http://www.ruby-forum.com/.
|
Pages: 1 Prev: Install from source on CentOS question Next: bottom line question to help me get started |