从终端 (iOS) 运行 React Native App 时出错通过命令行通过 Xcode
2022-08-29 23:16:02
我正在关注官方 React Native 网站上的教程。
使用以下命令生成我的项目:
react-native run-ios
我收到错误:
Found Xcode project TestProject.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
虽然,当我从.xcodeproj运行该应用程序时,一切正常。
有什么建议吗?