xcrun: error: unable to find uti

作者: 呼呼哥 | 来源:发表于2018-08-21 14:18 被阅读1次

执行react-native run-ios 遇到下面错误: xcrun: error: unable to find utility "instruments", not a developer tool or in PATH

解决方法:在终端执行如下命令

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/

注意:前提是你已经安装了xcode

转自:谢谢原创

相关文章

网友评论

    本文标题:xcrun: error: unable to find uti

    本文链接:https://www.haomeiwen.com/subject/jvtjiftx.html