(工事中)
最近ターミナルに時々警告が出る。
| 2022-07-30 02:50:30.952 xcodebuild[6007:46327] 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 | 
Unusual errors in xcodebuild に書いてあることをとりあえず試してみることにした。
| sudo rm -rf /Library/Developer/CommandLineTools xcode-select --install sudo xcode-select -s /Library/Developer/CommandLineTools |