Versions Compared

Key

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

...

Code Block
cd nsaju
react-native run-ios



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 Added



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

...