From abe1de49740c285fb33c5c149e396782624e3377 Mon Sep 17 00:00:00 2001 From: brandon in Date: Tue, 16 Feb 2021 14:48:15 -0800 Subject: [PATCH] Update podfile from ios 9 to 10 Fixes the ``` [!] CocoaPods could not find compatible versions for pod "RNCPushNotificationIOS": In Podfile: RNCPushNotificationIOS (from `../node_modules/@react-native-community/push-notification-ios`) Specs satisfying the `RNCPushNotificationIOS (from `../node_modules/@react-native-community/push-notification-ios`)` dependency were found, but they required a higher minimum deployment target. ``` issue --- react-native-redux-sample/ReactNativeWithSendBird/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-redux-sample/ReactNativeWithSendBird/ios/Podfile b/react-native-redux-sample/ReactNativeWithSendBird/ios/Podfile index 9ec280e8..6542c4e0 100644 --- a/react-native-redux-sample/ReactNativeWithSendBird/ios/Podfile +++ b/react-native-redux-sample/ReactNativeWithSendBird/ios/Podfile @@ -1,4 +1,4 @@ -platform :ios, '9.0' +platform :ios, '10.0' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' target 'ReactNativeWithSendBird' do