在我的Mac上,为了能够开发react-native应用程序,我使用npm安装了react-native-cli和create-react-native-app。
当我跑步时:
react-native info
我看到以下输出:
Environment:
OS: macOS Sierra 10.12.6
Node: 6.11.4
Yarn: Not Found
npm: 3.10.10
Watchman: 4.9.0
Xcode: Not Found
Android Studio: Not Found
Packages: (wanted => installed)
react: 16.0.0-alpha.12 => 16.0.0-alpha.12
react-native: ^0.48.4 => 0.48.4
如您所见,Xcode显示为“未找到”。我在我的系统上运行Xcode 9。
我应该在我的操作系统上检查/安装什么,以便与Xcode 9一起工作?
答案 0 :(得分:1)
我安装了Expo XDE并试图从那里创建并运行一个项目。我在XDE中看到了这个错误。帮我解决了这个问题。
未安装模拟器。请拜访 https://developer.apple.com/xcode/download/下载Xcode和 iOS模拟器。如果您已经拥有最新版本的Xcode 安装后,您可能需要运行该命令
sudo xcode-select -s /Applications/Xcode.app
。