Re: Previous release SDKs
Re: Previous release SDKs
- Subject: Re: Previous release SDKs
- From: "M. Uli Kusterer" <email@hidden>
- Date: Fri, 6 Feb 2004 17:58:14 +0100
At 10:28 Uhr -0500 06.02.2004, Jeff LaMarche wrote:
Apple's got documentation on how to code for releases earlier than the
one you're developing on. In the project properties in XCode, they have
a screen shot with an earlier release selected. Setting the build
settings for an earlier release is easy enough, but what is the .sdk
file that they show being selected? I can't find any .sdk files in my
Developer folder, or anywhere on the drive. Anyone know what these are
and how I get them?
You probably didn't install them when you installed the Dev Tools.
xCode's installer has an option to leave legacy SDKs out. You may
have to reinstall the Dev Tools.
>> 2004-02-05 03:55:03.746 AnaglyphMaker[678] *** -[NSSavePanel
>> setAllowedFileTypes:]: selector not recognized
What OS are you running under? That method is only available on 10.3
and up. Otherwise, no idea.
- (void)_exportPanelDidEnd:(NSSavePanel *)sheet
returnCode:(int)returnCode contextInfo:(void *)contextInfo
You really shouldn't name your methods with an underscore at the
start. Those are reserved for Apple.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.