-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hi
Had noticed when trying to run this project that it gave me the following error:
[!] 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.`
Not to worry, I found a solution, by updating your podfile from ios: 10.0 to ios: 11.0, it should run fluidly.
like so
zoom-fullstack-master 2 -> /zoom -> /ios -> Podfile
change:
platform :ios, '10.0'
to
platform :ios, '11.0'
and voila it should be working
Metadata
Metadata
Assignees
Labels
No labels