React-native-webrtc: Specs satisfying the `react-native-webrtc (from `../node_modules/react-native-webrtc`)` dependency were found, but they required a higher minimum deployment target.

Created on 15 Jul 2020  路  3Comments  路  Source: react-native-webrtc/react-native-webrtc

After update to 1.84.0 I start getting error when try to install pods
I have platform :ios, '10.0'
pod install

Expected behavior

pod installed without errors

Observerd behavior

Error: Specs satisfying the react-native-webrtc (from../node_modules/react-native-webrtc) dependency were found, but they required a higher minimum deployment target.

Steps to reproduce the problem

Platform information

  • React Native version: 0.62.2
  • Plugin version: 1.84.0
  • OS: iOS
  • OS version: Mojave

Most helpful comment

pod install worked after increasing platform :ios, '11.0'

All 3 comments

pod install worked after increasing platform :ios, '11.0'

@Stas-Buzunko same for me. I increased platform to '11:0' in my pod file an worked fine. Thank you

Was this page helpful?
0 / 5 - 0 ratings