Requested but did not find extension point with identifier

Viewed 210

i get this error "Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore" when i open zsh terminal. any solution for this error?

1 Answers

I was getting similar errors for the first call of cc in zsh, I solved it by:

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

Related