Skip to content

livekit_client: ^2.3.1 CocoaPods could not find compatible versions for pod "WebRTC-SDK"Β #648

@shibakar

Description

@shibakar
  In Podfile:
    flutter_webrtc (from `.symlinks/plugins/flutter_webrtc/ios`) was resolved to 0.12.2, which depends on
      WebRTC-SDK (= 125.6422.06)

    livekit_client (from `.symlinks/plugins/livekit_client/ios`) was resolved to 2.3.1, which depends on
      WebRTC-SDK (= 125.6422.05)```

Done the below 

```cmd
rm -rf Pods Podfile.lock build .symlinks
flutter clean
flutter pub get
pod deintegrate
pod update
pod install
flutter build ios

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions