Re: project organization and framework linking
Re: project organization and framework linking
- Subject: Re: project organization and framework linking
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 12 Nov 2008 18:11:43 -0700
On Nov 12, 2008, at 5:43 PM, Torsten Curdt wrote:
Any wise words on this? How would you approach this?
I wouldn't use a framework unless you intend on sharing code between
multiple projects. If you're doing something that's pretty small
scale, then your current setup will be just fine.
Is there a way of statically linking a framework (and not just a
library)?
No; frameworks are dynamic-only. If you want to make a framework that
can be embedded inside a bundle, then you must use the @loader_path
installation path macro. This macro has been supported since Tiger.
BTW, this is a better question for the xcode-users list...
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden