You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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