Using webrtc through the pod,
However, I cant enable bitcode in the project.
The solution requires building from source with bitcode enabled,
https://webrtc.googlesource.com/src/+/main/docs/native-code/ios/index.md
However, the following line python tools_webrtc/ios/build_ios_libs.py --bitcode
is generating error,
[7/3304] CC obj/third_party/libsrtp/libsrtp/srtp.o
FAILED: obj/third_party/libsrtp/libsrtp/srtp.o
...
clang: error: -mllvm is not supported with -fembed-bitcode
[6/3304] CC obj/third_party/libsrtp/libsrtp/ekt.o
FAILED: obj/third_party/libsrtp/libsrtp/ekt.o
...
clang: error: -mllvm is not supported with -fembed-bitcode
[9/3304] CC obj/third_party/libvpx/libvpx/bilinearpredict_neon.o
FAILED: obj/third_party/libvpx/libvpx/bilinearpredict_neon.o
....
clang: error: -mllvm is not supported with -fembed-bitcode
Tried similar answers with no luck.