I'm developing an React Native App for both iOS and Android and I've just finished implementing a React Native Module only for Android.
The issue is, when I try to build the app on XCode I get this error:
ld: library not found for -lRNOpenAppSettings clang: error: linker command failed with exit code 1 (use -v to see invocation)
Does anyone know how to make XCode ignore this?