The iOS deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'React') The iOS deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'React') xcode xcode

The iOS deployment target is set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'React')


I was able to fix this problem on my local environment updating my react libraries and then updating the pods.

yarn upgrade react-native-gesture-handler...cd ios/pod update