weak linking of ImageKit framework
weak linking of ImageKit framework
- Subject: weak linking of ImageKit framework
- From: Daniel Dalquen <email@hidden>
- Date: Thu, 13 Mar 2008 22:49:53 +0100
I am developing an app that should run on Tiger as well as Leopard. I
want to use IKSlideshow when running on Leopard, so I wrote a class
(let's call it MyDataSource) that implements the methods of
IKSlideshowDataSource, which is instantiated in the method that will
start the slideshow. This method is only called if the app is running
on Leopard.
In the build settings I set the SDK to 10.5 and the Deployment Target
to 10.4. I also added the linker flag -weak_framework ImageKit.
Now, when I am compiling the project, I get a warning "Mac OS X 10.5
or later is needed for use of property" wherever MyDataSource.h is
included. Since I don't currently have a Tiger system at hand for
testing, I was wondering, whether the app will run on Tiger anyway or
whether there is something else I need to do.
Thanks,
Daniel
_______________________________________________
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