When I use a Xcode/Dev cli command (e.g. git
) I get a short timeout and then these errors. e.g.:
gerben@hermione ~ % xcodebuild -h 2022-07-31 10:57:53.045 xcodebuild[1461:9044] 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 2022-07-31 10:57:53.045 xcodebuild[1461:9044] 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 Usage: xcodebuild [-project <projectname>] [[-target <targetname>]...|-alltargets] [-configuration <configurationname>] [-arch <architecture>]... [-sdk [<sdkname>|<sdkpath>]] [-showBuildSettings [-json]] [<buildsetting>=<value>]... [<buildaction>]...
How do I get rid of these errrors? I tried starting Xcode and removing/(re)installing components, all kinds of actions with xcode-select. Nothing helps. macOS 12.4 21F79 and Xcode 13.4.1 (13F100).