Не удалось запустить проект - PullRequest
0 голосов
/ 05 октября 2018

Я также выбрал местоположение в настройках XCode, но получаю ту же ошибку

введите описание изображения здесь

xcrun: error: Failed to determine realpath of '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk' (errno=No such file or directory)
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH

Command failed: xcrun instruments -s
xcrun: error: Failed to determine realpath of '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk' (errno=No such file or directory)
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH

Error: Command failed: xcrun instruments -s
xcrun: error: Failed to determine realpath of '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk' (errno=No such file or directory)
xcrun: error: unable to find utility "instruments", not a developer tool or in PATH

at checkExecSyncError (child_process.js:601:13)
at Object.execFileSync (child_process.js:621:13)
at Object.runIOS [as func] (/Users/ranjith/Documents/Project/Login_React/node_modules/react-native/local-cli/runIOS/runIOS.js:76:17)
at Promise.resolve.then (/Users/ranjith/Documents/Project/Login_React/node_modules/react-native/local-cli/cliEntry.js:117:22)
at <anonymous> 

введите описание изображения здесь

Ответы [ 3 ]

0 голосов
/ 07 октября 2018

Xcode Preferences

Проверьте, сконфигурированы ли инструменты командной строки Xcode.Затем установите инструменты командной строки

0 голосов
/ 27 июля 2019

В моем случае обновление XCode привело к тому, что iPhoneOS-12.2.sdk больше не был доступен;вместо этого путь содержал iPhoneOS-12.4.sdk.Но react-native run-ios пожаловался на невозможность найти 12.2.

. Перезапуск компьютера устранил проблему.

0 голосов
/ 07 октября 2018

У вас установлены XCode и инструменты командной строки?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...