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
반응형
복사했습니다!