-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级Xcode 10.2之后无法使用react-native run-ios Could not find iPhone X simulator #23
Comments
如果是43行错误请按照此操作修改: 一:执行 open /node_modules/react-native/local-cli/runIOS/findMatchingSimulator.js |
如果是 149行错误请按照此操作修改 node_modules/react-native/local-cli/runIOS/runIOS.js:149:13 一:执行 open /node_modules/react-native/local-cli/runIOS/findMatchingSimulator.js 三:全局搜索 simulator.isAvailable !== 'YES' 替换为 simulator.isAvailable !== true |
此类问题都是由于xcode的版本升级造成的,每个版本报的错不一样,所以遇到这类问题这几个方法都试试,实在解决不了就用xcode启动 |
我这边解决了,THK! |
解决方案在这里:https://blog.csdn.net/guokaigdg/article/details/89020178
The text was updated successfully, but these errors were encountered: