1. XCode Download
절대로 App Store에서 다운받지 말기!! (2시간 설치했는데 제대로 설치가 안되고 멈춰서 결국 강제 삭제함ㅜㅜ)
https://developer.apple.com/xcode/
Xcode - Apple Developer
Xcode includes everything you need to create amazing apps for iPhone, iPad, Mac, Apple Watch, and Apple TV.
developer.apple.com
2. C++ 프로젝트 생성 방법
macOS -> Command Line Tool -> Next 누르기
3. 프로젝트 생성
product Name, Organization 등 설정 -> Language 설정
4. main에서 코드 작성 가능!
<단축키>
cmd⌘ + R: 프로젝트 실행
cmd⌘ + B: 프로젝트 빌드
'mac 적응기 > 기초 정리' 카테고리의 다른 글
git terminal 사용법(init부터 push까지..) (1) | 2023.05.16 |
---|---|
Xcode 자주쓰는 단축키 (0) | 2022.06.26 |
iterm2로 github push 하기 (0) | 2022.05.11 |
Git에 파일 업로드 하기 (0) | 2022.02.15 |