Re: Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7
Re: Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7
- Subject: Re: Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7
- From: Sean McBride <email@hidden>
- Date: Fri, 26 Sep 2014 13:16:10 -0400
- Organization: Rogue Research Inc.
On Fri, 26 Sep 2014 09:56:52 -0700, Chris Hanson said:
>> If one of those buildbots fails to build because you committed
>something that uses new API, you find out pretty shortly thereafter.
>
>How do you actually go about using newer API when running on a newer OS
>with such a setup?
Usually I don't bother using new Apple API until I update my minimum deployment target. New API is usually buggy or poorly supported in the first release anyway. But otherwise I guard new API use with MAC_OS_X_VERSION_MIN_REQUIRED and/or MAC_OS_X_VERSION_MAX_ALLOWED.
Cheers,
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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