A quick solution for this React Native error:
error Could not find “iPhone X” simulator.
Run this command to see available simulators:
xcrun simctl list devices
Pass the –simulator tag to specify a device:
react-native run-ios –simulator=”iPhone 8″
Source
react-native run-ios error could not find iPhoneX Simulator