xcode 13.3 업글 이후 터미널 창에 에러들
2022-04-07 08:47:08.608 xcodebuild[1362:12510] 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-04-07 08:47:08.608 xcodebuild[1362:12510] 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
조치 사항
1 xcrun -sdk macosx --show-sdk-path 실행
2 sudo vi ~/.zshrc 열어서
3 export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk 추가
4 source ~/.zshrc 실행
5 xcrun -sdk macosx --show-sdk-version 실행
그래도 계속 메시지가 나와서
xcode-select --install
sudo xcode-select -s /Library/Developer/CommandLineTools