我正在尝试在模拟器上启动react本机应用程序,当我在终端npm run debug:ios
中运行此命令时,我一直收到此错误
Command failed: xcrun instruments -s
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
我虽然我的问题是我没有安装xcode命令行,但我确实如此。
这是什么问题?
答案 0 :(得分:2)
这为我解决了这个问题:step
您需要启动XCode并首先同意条款。然后转到
Preferences > Locations
,您将看到命令行工具的选择标记。点击此选择框,然后选择要使用的XCode版本。此后,您可以返回命令行并运行
react-native run-ios