- 用WebStorm运行React-native(iOS)工程时出现如下错误
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
解决方法:
在终端执行如下命令:(已安装Xcode的前提下)
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
解决方法:
在终端执行如下命令:(已安装Xcode的前提下)
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/