Estoy siguiendo el tutorial en el sitio web oficial de React Native.
Usando lo siguiente para construir mi proyecto:
react-native run-ios
Me sale el error:
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
Aunque, cuando ejecuto la aplicación desde .xcodeproj, todo funciona bien.
¿Alguna sugerencia?