Run react-native application on iOS device directly from command line?

前端 未结 7 1471
春和景丽
春和景丽 2020-12-12 10:41

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

相关标签:
7条回答
  • If you get this error ios-deploy@x.x.x preinstall: ./src/scripts/check_reqs.js && xcodebuild ... using npm install -g ios-deploy

    Try this. It works for me:

    1. sudo npm uninstall -g ios-deploy
    2. brew install ios-deploy
    0 讨论(0)
提交回复
热议问题