Page 1 of 1

Fehler beim Ausführen der React Native App vom Terminal (iOS)

Posted: 04 Jan 2025, 06:46
by Guest
Ich folge dem Tutorial auf der offiziellen React Native-Website.

Ich verwende Folgendes, um mein Projekt zu erstellen:

Code: Select all

react-native run-ios
Ich erhalte die Fehlermeldung:

Code: Select all

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
Wenn ich die App jedoch über .xcodeproj ausführe, funktioniert alles einwandfrei.

Irgendwelche Vorschläge?< /P>