I\'m getting this linker error using CocoaPods with React Native: ld: library not found for -lReact
ld: library not found for -lReact
I have followed the guide at https://facebook.githu
Some steps may not be necessary and bring concerns of other, larger issues being hidden. Specifically:
adjust GCC_PREPROCESSOR_DEFINITIONS to include $(inherited)
Namely, pod install scripts are supposed to do the $(inherited) magic for you.
pod install
$(inherited)
Could a configuration reset be of help?