Re: SDK 10.5 on XCode 4.1
Re: SDK 10.5 on XCode 4.1
- Subject: Re: SDK 10.5 on XCode 4.1
- From: Richard Somers <email@hidden>
- Date: Thu, 15 Sep 2011 10:00:07 -0600
On Sep 15, 2011, at 8:13 AM, Leonardo wrote:
> I need to build using SDK 10.5. I work on Lion and XCode 4.1
If you need the MacOSX10.5.sdk one way to do this is to make a unix hard link to the sdk included with Xcode 3. To make a hard link use the following commands from the Terminal application.
$ cd /Developer/SDKs
$ sudo ln -s /Developer3/SDKs/MacOSX10.5.sdk MacOSX10.5.sdk
This assumes that the current Xcode 4 is in /Developer and Xcode 3 is in /Developer3.
--Richard
_______________________________________________
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