从终端运行React Native App(iOS)时出错

前端之家收集整理的这篇文章主要介绍了从终端运行React Native App(iOS)时出错前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在使用官方的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运行应用程序,一切正常。

有什么建议么?

查看此链接https://github.com/facebook/react-native/issues/7965.它似乎是命令行工具的位置的问题。

从下拉列表中选择您的Xcode版本并退出Xcode。

原文链接:https://www.f2er.com/react/301931.html

猜你在找的React相关文章