Table of Contents
맥북 – Xcode swift 프로젝트가 VSCode 에서 경고를 표시할 때
프로젝트는 정상적으로 컴파일이 되는데 VSCode 에서 경고를 표시할 때 해결책입니다.
xcode-build-server 설치
brew install xcode-build-server
buildServer.json 생성
cd /path/to/프로젝트
xcode-build-server config -scheme 프로젝트 -project 프로젝트.xcodeproj
buildServer.json 를 이용해, SourceKit-LSP 정상적으로 프로젝트를 인식합니다.