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 protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]