mac起動後の最初のgitコマンド実行時にこのようなエラーが表示されるときの解消方法
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
Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
解決方法
ここに情報がありました。
https://developer.apple.com/forums/thread/703233
以下抜粋
Remove CommandLineTools
sudo rm -rf /Library/Developer/CommandLineTools
Reinstall CommandLineTools
xcode-select --install
Select CommandLineTools
sudo xcode-select -s /Library/Developer/CommandLineTools