Category: SwiftUI

스위프트UI 개발 관련 카테고리입니다.

SwiftUI

[엑스코드(Xcode)오류]xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance 오류 처리

엑스코드(Xcode) 개발툴에서 빌드하는 과정에 발생하는 오류이다. CommandLineTools를 사용하지 못하는 오류가 발생!! [해결방법] xcode-select --install # Install Command Line Tools if you haven't already. sudo xcode-select...
SwiftUI

[MacOS] [SwiftUI] Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘Failed to set posix_spawn_file_actions for fd -1 at index 0 with errno 9 오류 해결 방법

[오류내용] 2023-05-23 21:20:04.995335+0900 TestBackTask[26447:930433] *** Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘Failed to set posix_spawn_file_actions for fd -1 at index 0 with errno...
error: Content is protected !!