Skip navigation.
 
mlRe: Structuring multi-framework projects
FROM : Raffael Cavallaro
DATE : Mon Apr 11 05:02:02 2005

On Apr 10, 2005, at 8:34 PM, Todd Blanchard wrote:

> I see it is possible to create a framework target in a project, but is
> there a way to simply point xcode at the other xcode project and tell
> it that this project depends on that one?  I've fiddled around quite a
> bit and it doesn't seem like it but I could be missing something.


The particular problem you have comes from needing to set  a new copy
files build phase, and needing to drag the proxy icon of the
sub-project (i.e., the embedded framework) into the project window of
the main project. It is *not* very obvious how to do this, so you
should view this short tutorial on how to set up a framework
sub-project so that your main project automatically updates the
sub-project if any of its sources change whenever the main project is
built:

<http://www.rentzsch.com/cocoa/embeddedFrameworks>

Raffael Cavallaro, Ph.D.
<email_removed>

Related mailsAuthorDate
mlStructuring multi-framework projects Todd Blanchard Apr 11, 02:34
mlRe: Structuring multi-framework projects Raffael Cavallaro Apr 11, 05:02
mlRe:Structuring multi-framework projects Anish Kumar Apr 11, 08:49
mlRe: Structuring multi-framework projects Annard Brouwer Apr 11, 13:25