In Xcode12 beta4 or beta5, I encounter a failure in my project. I can run the Project on my device, but it is not running in the simulator.
I get the failure message: ld: in /libwebrtc.a(dequantizemmx.o), building for iOS Simulator, but linking in object file built for free standing, file 'libwebrtc.a' for architecture x8664.
So does anyone know what settings should be adjusted in Xcode 12.4?