Skip to content

Running ios simulator 2021 #1

@spencerkitson

Description

@spencerkitson

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions