Re: framework linking against other frameworks
Re: framework linking against other frameworks
- Subject: Re: framework linking against other frameworks
- From: Greg Hurrell <email@hidden>
- Date: Tue, 21 Mar 2006 16:59:31 +0100
This was discussed here last month. The short version:
We have just heard from Apple DTS that it is a real Apple bug.
The full thread:
http://lists.apple.com/archives/Xcode-users/2006/Feb/msg00883.html
Greg
El 21/03/2006, a las 12:18, Knud Möller escribió:
Hi,
I asked this before on macosx-dev and cocoa-dev, but was referred
to this list.
I need some advice for designing a rather complicated build
structure for an objective-c / cocoa project:
- I have a framework semiBlogBase, which is used both in an
application semiBlog and also in various plugins to this
application. The idea is that the framework defines the datamodel
for the application, the super classes which the plugins extend,
and also provides some helperclasses that can be used by the
various plugins.
- semiBlogBase links against a number of external frameworks, e.g.
Redland and an XMLRPC framework. I have not included the external
frameworks in semiBlogBase; it is not an umbrella framework or
something like that. Instead, these external frameworks are
included in the application.
- Now, it seems that all of the plugins, who link against
semiBlogBase, also have to link against all the external
frameworks, even if they don't directly reference any code from
these frameworks.
- Is that so? Can I somehow get around it? Or am I just doing it
wrong?
Any thoughts appreciated!
Cheers,
Knud
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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