티스토리 뷰
오류
tuist fetch할때 아래와 같은 오류가 남
error: terminated(1): /usr/bin/xcrun --sdk macosx --show-sdk-platform-path output:
xcrun: error: unable to lookup item 'PlatformPath' from command line tools installation
xcrun: error: unable to lookup item 'PlatformPath' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
해결
1. xcrun --show-sdk-path --sdk macosx
2. sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
-> 2에서 찾을 수 없다는 오류 비슷한게 나면 Xcode.app이 Application 하위에 있는지 확인하기
'iOS' 카테고리의 다른 글
[Swift Macros] 매크로 알아보기 (1) - 매크로란? (2) | 2023.11.30 |
---|---|
[iOS/Xcode] 파일마다, 프로젝트마다 indent (들여쓰기) 강제로 조정하기 (0) | 2023.11.14 |
[Error] Xcode "Cycle inside ...; ~ 오류 (0) | 2023.10.27 |
[SwiftUI] ScrollViewReader proxy의 scrollTo에서 위치 조정하기 (1) | 2023.10.17 |
[Swift/iOS] JSONSerialization (0) | 2023.09.29 |