Place all iOS code that relies on APIs introduced in iOS versions later than our base SDK version (iOS 8) behind @available checks. This allows us to enable the -Wunguarded-availability compiler flag for iOS builds in the buildroot repo.
Place all iOS code that relies on APIs introduced in iOS versions later than our base SDK version (iOS 8) behind @available checks. This allows us to enable the -Wunguarded-availability compiler flag for iOS builds in the buildroot repo.