Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

siakus

macrumors newbie
Original poster
May 2, 2006
12
0
Hi guys. I am using NSDatePicker class in my code And that made my app crash on Mac OS 10.3.9. Is there an equivalent for this class for OS 10.3?
My Dev Env is OS 10.4.
thanks.
 

robbieduncan

Moderator emeritus
Jul 24, 2002
25,611
893
Harrogate
Does not matter which version of XCode you are using this class is 10.4 only. If you want something similar on 10.3.x you need to provide it yourself. If you intend to deploy against 10.3 as well as 10.4 you should probably be compiling against the 10.3 SDK which would prevent you using 10.4 only classes.

See the Cross-Development Programming Guide.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.