我正在关注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运行应用程序时,一切正常。
有什么建议么?
对于任何此类问题:
.expo
文件夹apk-cache
就完成了。
希望能帮助到你?