xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
See original GitHub issueDescription
Hello, after downloading the xcode 13 I get an error when running react-native -run-ios --device "my device"
the error:
error Command failed: xcrun instruments -s xcrun: error: Failed to locate 'instruments'. xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
React Native version:
IDEs: Android Studio: 3.5 AI-191.8026.42.35.6010548 Xcode: 13.0/13A233 - /usr/bin/xcodebuild Languages: Java: 1.8.0_242 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 16.8.6 => 16.8.6 react-native: 0.59.0 => 0.59.0 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
Error Running React Native App From Terminal (iOS)
Found Xcode project TestProject.xcodeproj xcrun: error: unable to find utility "instruments", not a developer tool or in PATH Command failed: xcrun ...
Read more >Xcrun instruments not found xcode … | Apple Developer Forums
An error occurred: Command failed: xcrun instruments -s ✖ xcrun: error: unable to find utility "instruments", not a developer tool or in PATH....
Read more >How To Fix - "Error: Unable To Find Utility "Instruments", Not A ...
In this post, we will see How To Fix - "Error: Unable To Find Utility "Instruments", Not A Developer Tool or In PATH"....
Read more >Cannot Run RN 0.59 CLI's 'run-ios' on xCode 13 #1474 - GitHub
... unable to find utility "instruments", not a developer tool or in PATH error Command failed: xcrun instruments -s xcrun: error: Failed to ......
Read more >error: unable to find utility "instruments", not a developer tool ...
Support the stream: https://streamlabs.com/svmathtutorThis video shows how to fix this error: xcrun : error : unable to find utility ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The same issue here cannot run on the device, after updating Xcode.
Did you find a solution?
For those not willing to upgrade, here is the patch I applied with
patch-package
. XCode@13.1, react-native@0.61.5 and @react-native-community/cli-platform-ios@3.2.0file :
patches/@react-native-community+cli-platform-ios+3.2.0.patch
I still have some warnings but running on device seems to work.