Timothy Reaves - 2010-05-23

To run as an embedded framework, the app has to know where the framework will be. See http://www.cocoadev.com/index.pl?MoreOnEmbeddingFrameworks or search for other examples of how to do this, Specifically, you need to modify @executable_path/../Frameworks . See also http://lists.apple.com/archives/xcode-users/2007/Jul/msg00487.html .