이런저런 IT 이야기
ERROR: iOS SDK not found, please install Xcode from AppStore or equivalent. 본문
Xcode
ERROR: iOS SDK not found, please install Xcode from AppStore or equivalent.
이런저런 IT 이야기 2021. 4. 22. 15:00반응형
iOS command 빌드시 아래와 같이 에러가 발생하면
ERROR: iOS SDK not found, please install Xcode from AppStore or equivalent.
sudo xcode-select --switch /Applications/Xcode.app
해결 된다.
반응형
'Xcode' 카테고리의 다른 글
APNS Push 테스트를 Mac에서 해보는 방법 (0) | 2021.11.17 |
---|---|
MacOS App remove signature (0) | 2020.12.28 |
MacOS 배포를 위한 이미지 작업(dmg) (2) | 2020.12.27 |
iPhone용 라이브러리 cmake시 curl library가 없는 경우 (0) | 2020.12.22 |
XCode 오류 (Cocoapod + IBInspectable사용시 storyboard에러) (0) | 2020.11.07 |