diff --git a/example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj b/example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj index 7dcbb967782cbbe62b1a2a1a1729bb0a74294423..8c0a25370c047774ffa95a80f8ee236596fef597 100644 --- a/example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj +++ b/example/ios/NotificationsExampleApp.xcodeproj/project.pbxproj @@ -863,6 +863,7 @@ "$(SRCROOT)/../node_modules/react-native-notifications/RNNotifications/**", ); INFOPLIST_FILE = NotificationsExampleApp/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", @@ -887,6 +888,7 @@ "$(SRCROOT)/../node_modules/react-native-notifications/RNNotifications/**", ); INFOPLIST_FILE = NotificationsExampleApp/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)",