I am able to compile the application just fine. Although when I try to create a release with it. I get the following error
ld: Unable to insert branch island. No insertion point available. for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I also noticed that if this framework and the pod “Firebase/core” is included together. The above error is noticed.
So I recreated the application with only “Firebase/core” it worked fine. But when I included the framework “MobileRTC.framework” the error is noticed.
Some posts online says it might be related to the application size? Any thoughts?