MacRuby 0.5 : Library not loaded

S

Stef Jeubs

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?
 
R

Robert Gleeson

Stef said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top