Re: Dynamically linking a framework...
Re: Dynamically linking a framework...
- Subject: Re: Dynamically linking a framework...
- From: Peter O'Gorman <email@hidden>
- Date: Thu, 12 Jun 2008 22:49:03 -0500
Loren Ryter wrote:
> Hello,
>
> I'm newly subscribed to this group and want to ask a question that's sort of
> been raised before but that I haven't been able to solve.
>
> I want to build a project in Xcode 3.0 on Leopard which would include a
> framework (Calendar Store) that is only available on Leopard. However, the
> application must be able to launch on Tiger. Obviously calls to the
> Calendar Store API would not be done if the system was Tiger.
Seems like you should be using -weak_framework to link the framework
then. They dynamic linker will not load it if it is not there. See the
man page for ld for more information.
Peter
--
Peter O'Gorman
http://pogma.com
_______________________________________________
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