React-native run-ios: unable to find utility “instruments”

The following error was encountered when executing react-native run-ios.
xcrun: error: unable to find utility “instruments”, not a developer tool or in PATH

Solution: Execute the following command in the terminal
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/

Note: Provided you have xcode installed

Similar Posts: