Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

In case that you face following error message when you run "react-native run-ios", that might be caused by the location of command line tools.

Code Block
~/src/nsaju $ react-native run-ios
info Found Xcode project nsaju.xcodeproj
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
error Command failed: xcrun instruments -s
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH

To fix above issue, please run Xcode > Preferences > Locations > select your Xcode version from the drop down menu

Image Modified



Info

If you see the error message as "No bundle URL present" like below, it means there are some possibilities to exist other React Native sessions (assuming they're running on default)

Image Added


For your information, below YouTube clip is super helpful as a training course that shows how to create native mobile in React.

...