Is it possible to run react-native application on an iOS device directly from the command line like we do on simulator with react-native run ios --simulator \"iPhone 5
react-native run ios --simulator \"iPhone 5
If you get this error ios-deploy@x.x.x preinstall: ./src/scripts/check_reqs.js && xcodebuild ... using npm install -g ios-deploy
ios-deploy@x.x.x preinstall: ./src/scripts/check_reqs.js && xcodebuild ...
npm install -g ios-deploy
Try this. It works for me:
sudo npm uninstall -g ios-deploy
brew install ios-deploy