#1237: Library not loaded ----------------------------------+----------------------------------------- Reporter: geetarista@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- I get the following error when trying to build my app for distribution: dyld: Library not loaded: /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/libmacruby.dylib Referenced from: /Applications/MyApp.app/Contents/MacOS/MyApp Reason: image not found. I've done some searching and see that this has been an on and off again issue, so I'm not sure what to do. For some reason, I can create a new project from the template and distribute an app with no code, but it does not work for my app. I've even tried removing the framework from my project in Xcode and re-adding it, but there is no difference. I also tried creating a new project from the template, adding all of my code, and it still wouldn't work. I'm not sure how something in my code would make it so the app can't see the embedded framework at all. -- Ticket URL: <http://www.macruby.org/trac/ticket/1237> MacRuby <http://macruby.org/>