Property usage warning when targeting 10.4
Property usage warning when targeting 10.4
- Subject: Property usage warning when targeting 10.4
- From: "Bertrand Landry-Hetu" <email@hidden>
- Date: Thu, 29 Nov 2007 14:04:16 -0800
Hi list,
I have this project that needs to run on both 10.4 and 10.5. I have a
few classes that are meant to run on 10.5 only and I do so by checking
at runtime that there are only instantiated if running 10.5. These
classes make use of properties and when I compile using the 10.5 SDK
and targeting 10.4 I get this warning for each properties in my
classes:
warning: Mac OS X version 10.5 or later is needed for use of property.
Is there any way to turn it off?
I noticed that it complains only for my code, not for the properties
in CALayer.h for example. Why is it complaining for one but the not
the other ?
Thank you.
_______________________________________________
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