I'm getting the following error when trying to build to a device in Xcode. It works fine on the simulator.
Xcode 12.5 and React Native 0.63.3
I've tried a clean build. deleted and reinstalled Pods
Undefined symbols for architecture arm64:
"___cxa_increment_exception_refcount", referenced from:
folly::cxxabi_cxa_exception_sans_reserve() in libFlipper-Folly.a(Exception.o) ld: symbol(s) not found for
architecture arm64 clang: error: linker command failed with exit code
1 (use -v to see invocation)