我刚刚开始学习React Native,并尝试使用www.example.com中给出的步骤运行我的 Hello,World! 应用https://facebook.github.io/react-native/docs/getting-started.html#content
我采取了以下步骤
1. `brew install watchman`
2. `npm install -g react-native-cli`
3. `react-native init hello`
4. `cd hello`
5. `react-native run-ios`
而不是启动iOS应用程序,我得到了以下错误在终端:
Found Xcode project hello.xcodeproj
Usage: simctl list [devices|devicetypes|runtimes]
Could not parse the simulator list output
我还尝试使用Xcode运行它;但是Xcode显示了很多编译错误。
以下是我的系统的详细信息
1.操作系统:Mac OS v10.10.5(约塞米蒂)
- Node.js版本:4.4.1
- Xcode版本:版本6.3(6D 554 n)
以下是Xcode中显示的错误的屏幕截图。
4条答案
按热度按时间p1iqtdky1#
我启动Xcode并允许安装一些更新后,错误消失。
t9eec4r02#
问题是我更新了Xcode,更新完成后再也没有打开过。在我打开Xcode后,它确实安装了组件,然后当我再次尝试时,它工作正常。
2hh7jdfx3#
在我的情况下,我关闭了当前终端并重新打开它,然后错误就消失了。
dwbf0jvd4#
我意识到我使用的是测试版的Xcode,一旦我安装了最新版本的Xcode,那么所有的错误都消失了,应用程序在模拟器中启动。