1. ホーム
  2. Web プログラミング
  3. ジャバスクリプト

[解決済み】React Nativeアプリをターミナルから実行するとエラーが発生する(iOS)

2021-12-29 13:09:39

質問

React Nativeのプロジェクトを作りたい :

react-native run-ios

しかし、次のようなエラーが発生します。

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

しかし、.xcodeprojからアプリを実行すると、すべてうまく動作します。

解決方法は?

こちらのリンクをご覧ください( react-native run-iosを実行するとエラーが発生する? ). の場所に問題があるようです。 Command line tools .

Xcodeで、Xcodeメニュー、Preferences、Locationsタブを選択します。ドロップダウンからあなたのXcodeのバージョンを選択し、Xcodeを終了します。