• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7 (From: David Hoerl <email@hidden>)
 >Re: Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7 (From: Fritz Anderson <email@hidden>)
 >Re: Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7 (From: Sean McBride <email@hidden>)

  • Prev by Date: Re: Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7
  • Next by Date: Re: Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7
  • Previous by thread: Re: Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7
  • Next by thread: Re: Xcode 6 does not warn on use of iOS8 only method when deployment target is iOS7
  • Index(es):
    • Date
    • Thread