WebRTC with Xcode 11.1 and RN 60 pod install failed

Hey folks,

Does anyone faced the problem below?

> pod install

Detected React Native module pods for RNVectorIcons, RNVoipPushNotification, TcpSockets, and react-native-udp

Analyzing dependencies

[!] CocoaPods could not find compatible versions for pod “react-native-webrtc”:

In Podfile:

react-native-webrtc (from ../node_modules/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.

1 Like

What is you rminimum deployment target set at? IIRC React Native set’s it at 9.0, but WebRTC only supports >= 10.0. That might explain.

2 Likes

Thanks, seems that worked!

didn’t work for me, any help?

You are great folk
Can you help my topic too?

For me setting to 11 helped:

platform :ios, '11.0'

1 Like

Thanks! Setting to version 11 in Podfile worked for me as well.