Re: Xcode 4.5 + 10.5 SDK?
Re: Xcode 4.5 + 10.5 SDK?
- Subject: Re: Xcode 4.5 + 10.5 SDK?
- From: Chris Hanson <email@hidden>
- Date: Mon, 05 Nov 2012 17:19:49 -0800
On Nov 4, 2012, at 9:30 PM, Appa Rao Mulpuri < email@hidden> wrote:
We have a application which supports from 10.5 onwards. We are planning to use Xcode 4.5, but unfortunately it is not shipping with 10.5 and 10.6 SDKs.
Is there any way to use Xcode 4.5 with 10.5 SDK? No. The only SDKs that are supported by a particular release of Xcode are those that are included with it.
Just as with iOS development, there are two separate build settings to use:
Base SDK The latest version of the operating system from which your application will use features. You should virtually always leave this set at "Latest OS X" or "Latest iOS".
OS X Deployment Target or iOS Deployment Target The earliest version of the operating system on which your application needs to run.
So configure your targets' Base SDK to use Latest OS X SDK, and set your targets' OS X Deployment Target to 10.5.
-- Chris
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden