I am following the tutorial on the official React Native website. All these problems were discussed in the best react native course.
Using the following to build my project:
react-native run-ios
I get the error:
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
Although, when I run the app from the .xcodeproj, everything works fine.
Any suggestions?
Replies
This issue is a common React Native iOS terminal error and is often related to dependency mismatch, CocoaPods installation, or Xcode configuration rather than the core framework itself. In most cases, cleaning the build folder, reinstalling pods, and verifying Node/Xcode versions helps resolve it. You might also find useful insights on choosing reliable development practices here: https://www.cleveroad.com/blog/top-react-native-app-development-com...