hi , I created a custom cocoa bundle. But when i try to load the bundle into MacRuby project,I get the following err
dyld: Library not loaded: audio_streamer.bundle Referenced from: /Users/sgopinath/workspace002/UplayaDesktopRadio/build/Debug/UplayaDesktopRadio.app/Contents/MacOS/UplayaDesktopRadio Reason: image not found
I created the bundle using the following command gcc audio_streamer.m -o audio_streamer.bundle -g -framework Foundation -dynamiclib - fobjc-gc -arch i386 -arch x86_64
I could load the bundle from macirb , but not from actual xcode project which is intended to use it.
Any suggestions