Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[레벨 1] 16주차 18. Xcode에서 유용한 단축키와 생산성을 높이는 팁에 대해 설명해주세요. #32

Open
longlivedrgn opened this issue Jul 24, 2024 · 1 comment
Assignees
Labels

Comments

@longlivedrgn
Copy link
Contributor

No description provided.

@longlivedrgn longlivedrgn self-assigned this Jul 24, 2024
@ueunli
Copy link

ueunli commented Aug 9, 2024

프로젝트 규모가 크면 한 번 컴파일에 시간이 오래 걸린다. 고로 간단한 디버깅이 목적이라면 빌드 자체를 적게 하는 게 가장 효율적이다.

  1. cmd ctrl r: 이전 빌드 산출물로 실행하기. 크래시 확인, 동일 executable을 아이패드 등 다른 destination에서 실행하고자 할 때 유용.
  2. lldb expression커맨드: 새로 빌드할 필요 없이 런타임에 새 코드를 작성할 수 있음. 하나 수정하고 빌드하고 할 필요가 없음.
  3. Xcode16부터는 병렬빌드가 강화되는데 공식 명칭 까먹음.. 수정 예정...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants