我正在關注官方React Native網站上的教程。從終端(iOS)運行反應本機應用程序的錯誤
使用以下建我的項目:
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運行應用程序,一切工作正常。
有什麼建議嗎?
@JacobSiegel請提供關於XCode中您的位置選項卡的更多信息。 – leo7r
@ leo7r謝謝。我的CL工具是空白的。我將設置更改爲Xcode 8.0,並解決了問題。你可能想在你的答案中突出顯示。乾杯! – AndrewHenderson
解決了我的問題。謝謝! –