박종훈 기술블로그

[error] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for ...

맥북에서 어느날 부터 

Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for ...

이런 에러가 발생되었다.

아래 명령어로 해결하였다.

// reset to the default command line tools path
xcode-select -r

// Link xcode-select with CommandLineTools
sudo xcode-select -s /Library/Developer/CommandLineTools

https://stackoverflow.com/a/73253436

categories: 개발

tags: 맥북 , macos , xcode , terminal , command line tools , command , omz