React Native运行出现Could not find "iPhone X" simulator
打开项目文件夹下 node_modules/react-native/local-cli/runIOS/findMatchingSimulator.js
查找
| |
修改为
| |
查找
| |
修改为
| |
原方法地址 https://github.com/facebook/react-native/issues/21498#issuecomment-476621627
打开项目文件夹下 node_modules/react-native/local-cli/runIOS/findMatchingSimulator.js
查找
| |
修改为
| |
查找
| |
修改为
| |
原方法地址 https://github.com/facebook/react-native/issues/21498#issuecomment-476621627