React Native troubleshoot guide
Common issues with React Native integrations
Last updated
Common issues with React Native integrations
Last updated
Solution: Add background modes as per this guide
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