My RN application started to crash after installing macos monterrey and upgrading to xcode 13. I can't find anything clear on the internet. What can I do ? I works in a real device. It throws the following error:
Can't build react native app after install macOS Monterey and Xcode 13.2.1 on mac M1
ISO
This error message means the module was pre-compiled or from a vendor using a different Xcode version. In both cases, the correct thing to do is to re-compile the module as an XCFramework, or have the vendor do that for you, so that it will be compatible with all Xcode versions going forward.