react-native-mail
react-native-mail copied to clipboard
Error when trying to run in simulator in 0.61.1, IPHONEOS_DEPLOYMENT_TARGET is set to 7.0
After upgrading my RN project to 0.61.1 (from 0.59) I get the following error when trying to run the app:
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is
set to 7.0, but the range of supported deployment target versions is 8.0 to 13.1.99.
(in target 'react-native-mail' from project 'Pods')
Can I do anything to avoid this from within my project, or does IPHONEOS_DEPLOYMENT_TARGET
have to updated in react-native-mail
?