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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to