I was just starting to learn React Native and was trying to launch my Hello, World! using the steps given in https://facebook.imtqy.com/react-native/docs/getting-started.html#content
I took the following steps
1. `brew install watchman` 2. `npm install -g react-native-cli` 3. `react-native init hello` 4. `cd hello` 5. `react-native run-ios`
Instead of running the iOS application, I received the following error in the terminal:
Found Xcode project hello.xcodeproj Usage: simctl list [devices|devicetypes|runtimes] Could not parse the simulator list output
I also tried running it using Xcode ; however, Xcode shows many compilation errors.
Listed below are the details of my system
Below is the screenshot shown in Xcode.

source share