运行React-native Could not find "iPhone X" simulator

        最近使用VSCode运行react-native项目的,运行iOS的时候,显示Could not find "iPhone X" simulator,或者error code 101。网上提供了替换findMatchingSimulator.js中的if (!version.startsWith('iOS') && !version.startsWith('tvOS'))的形式来解决。但是,我在findMatchingSimulator.js没有找到该方法,所以这个方法不可行。

        这边提供一个简单的方法,即直接把iPhone X添加进去。

        1、首先直接用xcode运行项目,或者使用命令运行项目。

        2、选中模拟器 - Hardware - Device - Manage Devices - 添加 iPhone X 设备

        这时候再运行,就能找到 iPhone X 了

你可能感兴趣的:(运行React-native Could not find "iPhone X" simulator)