this @available annotation shouldn't be necessary unless the pbxproj IPHONEOS_DEPLOYMENT_TARGET is wrong
In fact no, it is set to 10 ! That's not correct
4 places, here is an example
|
IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
confirmed iOS 15 is already our minimum supported iOS version - we're issuing the merge result of this as a breaking change but it's related to functions going new architecture only, this iOS version doesn't have to be mentioned.
As a separate issue / peeled from this review (right-click on this comment and create issue - I formatted it well for that), we should raise the deploy target to 15 in the package pbxproj's to match current requirements
Originally posted by @mikehardy in #8799 (comment)