Comment on page
React Native troubleshoot guide
Common issues with React Native integrations


Solution:
In Xcode, in the Build Settings, filter for "allow non-modular" and Enable "Allow Non-modular includes in Framework modules"

Filter from "other c++", and add
-fcxx-modules
to both debug and release
Last modified 3mo ago