|
From: Jonathan P. <jp...@dc...> - 2006-03-03 09:11:35
|
> require 'xml/libxml' > > in my rb_main.rb > > does standaloneify.rb include libxslt.framework as > RubyCocoa.framework ? It ought to include libxml.bundle (assuming that's what the native code part of ruby libxml is called), but the libxml.dylib that comes from the Mac OS X installation will not be copied. However, if the native code libxml.bundle is coming from a gem, there's a bug in standaloneify that prevents it from working. Is that the case? > may be XCode is using the Apple standard Ruby where i make use of > my installed ruby in "/usr/local" ? The ruby that gets used is dependent on which ruby you built RubyCocoa against. |