【发布时间】:2019-08-07 16:22:14
【问题描述】:
您好,我遇到了 Expo React-Native 的问题。每当我尝试启动 iOS 模拟器时。我收到此错误:
Simulator is installed but is identified as 'com.apple.CoreSimulator.SimulatorTrampoline'; don't know what that is.
Simulator not installed. Please visit https://developer.apple.com/xcode/download/ to download Xcode and the iOS simulator. If you already have the latest version of Xcode installed, you may have to run the command `sudo xcode-select -s /Applications/Xcode.app`.
我的 NPM 版本是 6.7.0 react-native-cli: 2.0.1 反应原生:0.57.1 世博版2.11.9
我还确保我在 Xcode 上的命令行工具设置完美 Xcode CommandLineTools
最后我也尝试运行命令sudo xcode-select -s /Applications/Xcode.app
没有任何作用..
【问题讨论】:
-
现在尝试清除缓存或任何其他基本故障排除
-
你有什么版本的 X Code?span>
-
我有同样的错误。
-
看起来 RN 正在关门:github.com/facebook/react-native/issues/…
标签: react-native expo