I have a react native ios and it was working fine, suddnly it's working only in Xcode but not in terminal using this command:
react-native run-iosreact-native run-ios --device
Both of command are not working in the root directory, I tried to delete node_modules folder then run:
npm install; react-native link;
Unfortunatly it's not working, here are my logs:
Any Help!