[MacRuby-devel] Creating an Objective-C bundle to use with MacRuby

Martin Hawkins martin.hawkins at gmail.com
Thu Mar 3 10:07:41 PST 2011


I presume I'm doing something really dopey and apologies if that is
the case.

I've been following Matt Aimonetti's excellent instructions on the
MacRuby site with the above title - I'm attempting to wrap Uli
Kusterer's UKKQueue library.
I've followed the instructions - the bundle builds ok; it builds
'UKKQueue_engine.bundle' and then I try to 'require' it from the
macirb prompt and I get
  require 'UKKQueue_engine'
  LoadError: no such file to load -- UKKQueue_engine

I've copied the UKKQueue_engine.bundle into the pwd - should I be
putting the file somewhere else?


More information about the MacRuby-devel mailing list