Re: How to make use of Leopard APIs ?
Re: How to make use of Leopard APIs ?
- Subject: Re: How to make use of Leopard APIs ?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Mon, 25 Feb 2008 14:29:54 +0100
Le 25 févr. 08 à 14:14, Yogesh Potdar a écrit :
Hi,
I have ported my Tiger cocoa app to Leopard. Now, I want to make use
of the
methods that have construct
AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER with
them.
Can anybody guide me in using those methods in my code?
When I try to use such method and do a 'jump to definition' it
indicates
nothing and when I check for the header file it shows me a older
header
file, though I have included new frameworks.
(I want to use some latest methods from NSTimeZone.h and I have
included
Foundation framework in my project)
Regards
Yogesh
Change your SDK in your project settings:
- double clic on your project icon in Xcode.
- In the "Project Info" panel, select the "General" Tab.
- Change the "Cross-Develop Using Target SDK" popup menu to "Mac OS X
10.5".
You can also set this setting per project by changing the "Base SDK
Path" build setting._______________________________________________
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