Hello,
I’m trying to run my iOS build and it fails linking the react-native-webrtc package due to a bitcode error.
XCFrameworkIntermediates/WebRTC/WebRTC.framework/WebRTC' does not contain bitcode. You must rebuild it with bitcode enabled
Is there a way to compile with bitcode?
Thanks.