Re: app built on 10.9 refuses to launch on 10.7
Re: app built on 10.9 refuses to launch on 10.7
- Subject: Re: app built on 10.9 refuses to launch on 10.7
- From: Chris Hanson <email@hidden>
- Date: Fri, 30 May 2014 11:06:51 -0700
On May 29, 2014, at 7:44 PM, Scott Ribe <email@hidden> wrote:
> Perhaps someone else can help, but I thought that if you managed to get the 10.7 SDK installed in the right place, that you could set both to 10.7
A given version of Xcode only supports the SDKs that it includes. Xcode does not support modification to use other SDKs.
The proper first step to support an OS older than the SDK being used is to set the Deployment Target, as the original poster did.
The next steps are to appropriately set the Deployment Target of any nib, xib or (for iOS) storyboard files which will be loaded on that older OS, and to ensure no newer APIs are being used when the app is run on an older OS.
-- 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