기본 워크플로우
핫 리로딩
고급 Swift 개발
이 가이드의 이 섹션은 Thomas
Ricouard와 그가 작성한
기사에서
큰 영감을 받았어. iOS 개발에서 Cursor를 사용하는 방법에 대한 더 자세한 내용은
그의 글을 확인하고, Swift 관련 콘텐츠를 더 보려면 팔로우도 해줘.
xcodebuild
CLI (and much more), and allows you to scan your targets, select the destination, build, and run your app just like Xcode. On top of that, it’ll set up your project for Xcode Build Server so you get all the features mentioned above.
Sweetpad 사용법
Sweetpad: Generate Build Server Config
명령을 실행해. 이 작업은 프로젝트 루트에 buildServer.json
파일을 생성해서 Xcode Build Server가 프로젝트와 연동되도록 해줘.
그다음 Command Palette나 Sweetpad 사이드바에서 빌드·실행할 타깃을 선택하면 돼.
자동완성, 정의로 이동 등 언어 기능을 활성화하려면 프로젝트를 한 번 빌드해야 해.