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進(jìn)行操作時(shí),出現(xiàn)上述文案糠溜,直接執(zhí)行以下命令可消除:
sudo xcode-select -s /Library/Developer/CommandLineTools
如提示未找到或者未安裝,請嘗試安裝命令行工具
xcode-select --install