beansoft / react-native-console

🧩 an IDEA/WebStorm/Android Studio Plugin for One-Click run React Native commands in embed terminal
BSD 3-Clause "New" or "Revised" License
185 stars 28 forks source link

Failed run with iOS simulator #67

Closed beansoft closed 3 years ago

beansoft commented 3 years ago

/usr/local/bin/npx react-native run-ios --simulator iPhone 12 mini iOS Simulator not running, it will be opening now, please try again later.

must be:

npx react-native run-ios --simulator "iPhone 12 mini"

beansoft commented 3 years ago

fixed in 2021.2.0