Description
Xcode 12.3 can’t build our project which includes MobileRTC.framework. The error says following message. Xcode 12.2 works fine.
Building for iOS, but the linked and embedded framework ‘MobileRTC.framework’ was built for iOS + iOS Simulator.
We can’t build it not only with Simulator, but device.
I found this topic in Apple developer forum. This issue is same.
It says 3rd party library must be built as XCFramework.
We uses ios-mobilertc-all-5.2.42037.1112-clientlog.zip library.