Mac上已经安装了 react-native nodejs
执行了命令 react-native init firstDemo
cd firstDemo
之后执行了 react-native run-ios 这个命令之后 终端报错 如下
Found Xcode project firstApp.xcodeproj
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
Command failed: xcrun instruments -s
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
这个报错怎么解决呢
环境变量没配置吧.
报错说PATH这个路径下没有开发工具.
另外xcode不要删.