Xcode & MacRuby: Embed, Compile, Fix
This post references MacRuby 0.5b2, used with Xcode 3.2 on Snopard (10.6.2). At some point you’ll probably want to create a release build for your app. You’d like to compile it and embed the MacRuby framework so the app is self- contained. Cool beans. Unfortunately, it’s not as easy as it seems. Yes, the MacRuby Xcode template contains both an “Embed” and a “Compile” target, and they seem to work fine.