react-native run-ios Could not find iPhone X simulator | XRPackageModel 9.0.omo

为君一笑 提交于 2019-12-02 12:41:21

use this.

react-native run-ios --simulator="iPhone 8"

This issue:

https://github.com/react-native-community/cli/pull/414

was fixed on @react-native-community/cli v1.9.8:

https://github.com/react-native-community/cli/releases/tag/v1.9.8

A bump in your yarn.lock to some version over 1.9.8 should fix it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!