Static-linking a framework?
Static-linking a framework?
- Subject: Static-linking a framework?
- From: Uli Kusterer <email@hidden>
- Date: Tue, 4 Mar 2008 00:08:12 +0100
Hi,
hope this is on-topic for this list, if not, I'd appreciate pointers
to the right list:
I like the way frameworks group code and related resources, package
them up for distribution, and enforce encapsulation by making it clear
where the framework ends and the client application begins. However, I
don't want to have an application that consists of millions of
frameworks, and I'd probably pay quite an overhead if the dynamic
linker had to load all these frameworks.
So I'm wondering if there's a way to statically link a framework
into an application?
At worst, I could probably create a static library target for each
module, but then I'd have to manually add all the resources, so I was
kinda hoping there was a way to abuse frameworks for this?
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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