Re: IB Deployment
Re: IB Deployment
- Subject: Re: IB Deployment
- From: Quincey Morris <email@hidden>
- Date: Mon, 12 Nov 2012 17:46:58 -0800
Sorry, I wasn't clear. I set the specific xib (storyboard) file to 5.1 deployment.
It's not a bug. As with all *deployment* settings older than your *base* SDK setting, it's up to you not to use the functionality that is implemented only in iOS versions newer than the deployment version.
The purpose of this is to allow you to use the full capabilities of the base SDK on devices with the latest iOS. Providing alternate behavior when the app runs on on older iOS is a programmatic responsibility of your app.
If you want to limit your app to the functionality of an earlier iOS version, then set your base SDK to that earlier version. Note though that recent releases of Xcode have ruthlessly left older SDK versions behind, so if you want to take this approach you'll need to build with an older Xcode (Xcode 4.4 for iOS 5.1 IIRC).
|
_______________________________________________
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