I am seeing errors like this:
/mobile/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flipper' from project 'Pods')
I am using RN and sees the target Flipper sets the IPHONEOS_DEPLOYMENT_TARGET to 8.0.
What I don't understand is where is the supported ranger of IPHONEOS_DEPLOYMENT_TARGET defined? I cannot find it in Xcode.