xcodebuild[3517:19625] 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-22 09:24:02.755 xcodebuild[3517:19625] 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
使用终端对git进行操作时,出现上述文案,直接执行以下命令可消除:
sudo xcode-select -s /Library/Developer/CommandLineTools
如提示未找到或者未安装,请尝试安装命令行工具
xcode-select --install
网友评论