After update to 1.84.0 I start getting error when try to install pods
I have platform :ios, '10.0'
pod install
pod installed without errors
Error: Specs satisfying the react-native-webrtc (from../node_modules/react-native-webrtc) dependency were found, but they required a higher minimum deployment target.
please update docs about :ios, '11.0'
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
Most helpful comment
pod install worked after increasing platform :ios, '11.0'