Getting this error while building a react-native iOS app on xcode.
Started getting this error after npm install and rpm linking react-native-fs library. But
You just need to install pod, if pod file exists just type
pod install
if not: so first,
pod init
then,
in terminal. and you are good to go.