[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