Published 2023. 3. 8. 20:45
728x90
반응형
unable to find utility "simctl", not a developer tool or in PATH error 내용
xcrun: error: unable to find utility "simctl", not a developer tool or in PATH
error Could not get the simulator list from Xcode. Please open Xcode and try running project directly from there to resolve the remaining issues.
Error: Command failed: xcrun simctl list --json devices
xcrun: error: unable to find utility "simctl", not a developer tool or in PATH
해결 방법
경로를 /Applications/Xcode.app/Contents/Developer 이곳으로 변경해주기
# xcode 경로확인 -> /Library/Developer/CommandLineTools
$ xcode-select -p
# xcode 경로 변경
$ sudo xcode-select --switch /Applications/Xcode.app
# xcode 경로 다시 확인 -> /Applications/Xcode.app/Contents/Developer
xcode-select -p
반응형
'프로그래밍 > React Native' 카테고리의 다른 글
[React Native] SafeAreaView 적용 (0) | 2023.03.14 |
---|---|
[React Native] 라디오 버튼 구현하기(react-native-radio-buttons-group) (0) | 2023.03.10 |
[React Native Error] Error: spawnSync adb ENOENT (0) | 2023.03.06 |
[React Native error] error Failed to install the app. Make sure you have the Android development environment (0) | 2023.03.03 |
React Native와 Flutter 비교 (0) | 2023.01.18 |