[debug] xcode 13.3 업글 이후 error

Edward Hyun·2022년 4월 7일
0

debug

목록 보기
19/24

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

https://stackoverflow.com/questions/71320584/flutter-build-ios-got-error-requested-but-did-not-find-extension-point-with-ide

조치 사항

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

출처 :: https://developer.apple.com/forums/thread/703823

profile
앱&웹개발(flutter, vuejs, typescript, react), 인공지능(nlp, asr, rl), 백엔드(nodejs, flask, golang, grpc, webrtc, aws, msa, nft, spring cloud, nest.js), 함수형 프로그래밍(scala, erlang)을 공부하며 정리합니다.

0개의 댓글