Bruno Antunes

Results 10 comments of Bruno Antunes

Any news on this? @Skyost did you manage to add the network change listener?

@weerowee is the link working? I've tried with VLC and its not working,

Any updates on this issue? We are experiencing the same problem using the latest version.

I got it working. You need to add the App Attest Entitlement and change the value to production. Something like this (Runner.entitlements): ```xml com.apple.developer.devicecheck.appattest-environment production ``` ![image](https://github.com/firebase/flutterfire/assets/212434/9d81e3be-90bf-450a-9efb-59e0bc35d9e1) ![image](https://github.com/firebase/flutterfire/assets/212434/94854176-512a-4e30-b4c3-67e1c997f151)

There is a PR for Media Recording here: https://github.com/flutter-webrtc/flutter-webrtc/pull/1810

Yes, same happens to me, needed to manually create that with: dsymutil WebRTC -o WebRTC.dSYM from the xarchive. Example: open terminal cd into .xcarchive/Products/Applications/Runner.app/Frameworks/WebRTC.framework run this command: dsymutil WebRTC -o...

@cloudwebrtc any news suggestion for this?

> > Yes, same happens to me, needed to manually create that with: > > dsymutil WebRTC -o WebRTC.dSYM from the xarchive. > > Example: > > open terminal cd...