• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
weak linking of ImageKit framework
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: File upload with NSURLRequest fails
  • Next by Date: Re: [Q] How can I repair file name with wrong encoding?
  • Previous by thread: Re: Best Way To Lookup From a Huge Table
  • Next by thread: Core Animation - Modifying CAConstraints
  • Index(es):
    • Date
    • Thread