小编典典

从终端(iOS)运行 React Native 应用程序时出错

all

我正在关注 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 运行应用程序时,一切正常。

有什么建议?


阅读 130

收藏
2022-03-16

共1个答案

小编典典

查看此链接(运行 react-native run-ios 发生错误?)。好像是位置有问题Command line tools

在 Xcode 中,选择 Xcode 菜单,然后选择 Preferences,然后选择 Locations 选项卡。从下拉列表中选择您的 Xcode
版本并退出 Xcode。

XCode 位置选项卡

2022-03-16