embedding a framework in a framework
embedding a framework in a framework
- Subject: embedding a framework in a framework
- From: Stig Brautaset <email@hidden>
- Date: Sat, 3 Sep 2005 12:32:13 +0100
Hi,
I've recently watched http://rentzsch.com/cocoa/embeddedFrameworks
and figured out how to create an embed-able framework. This only
covers how to embed a framework with an app, however, and my
situation is a bit more complicated. I have a dependency chain like so:
A.framework -> B.framework -> C.app
A.framework is used internally in B.framework, but is not necessarily
used directly by C.app. So A.framework should be embedded in
B.framework. Or so I thought. That didn't make C.app happy, however.
In the end I had to omit the embedding of A.framework into
B.framework, but embed both into C.app directly. Seems to me this is
suboptimal, and that there should be a better way of doing this. Any
hints appreciated.
Stig
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden