Using Xcode version 13.4 on macbook pro. I even updated extensions on first open.
I am getting the following errors when running xcodebuild from the command line:
Error output from Xcode build:
↳
2022-05-23 02:29:06.631 xcodebuild[66389:3551477] 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-05-23 02:29:06.631 xcodebuild[66389:3551477] 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
2022-05-23 02:29:49.991 xcodebuild[66389:3551602] /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-20503/XCSourceControl/Service/XCSourceControlXPCServiceClient.swift:
'com.apple.dt.GitHubHostBuiltInExtension' XPC connection interrupted: <NSXPCConnection: 0x600001ffa080> connection to service named com.apple.dt.GitHubHostBuiltInExtension
** ARCHIVE FAILED **
How do I fix this issue? Saw quite a few people reporting similar issues in the recent Xcode versions.