개발 환경 설정/Xcode
-
No Working Copies 해결방안개발 환경 설정/Xcode 2022. 8. 23. 06:48
이전글 : Git Repository Creation Failed Git Repository Creation Failed 해결방법 다음과 같이 Git Repository Creation Failed이 발생했을 때, 해결방법입니다. Xcode 실행 후, 상단바에서 Xcode → Preferences → Source Control → Git 다음과 같이 붉은색으로 표기 된 작성자 이름과.. jobs-kim.tistory.com Git Repository Creation Failed가 발생하게 되면, Show the Source Control navigator ⊠ 클릭해서 보시면 Repositories를 보시면 No Working Copies로 나타납니다. 이를 해결하기 위해서 Source Control → ..
-
Git Repository Creation Failed 해결방법개발 환경 설정/Xcode 2022. 8. 23. 06:34
다음과 같이 Git Repository Creation Failed이 발생했을 때, 해결방법입니다. Xcode 실행 후, 상단바에서 Xcode → Preferences → Source Control → Git 다음과 같이 붉은색으로 표기 된 작성자 이름과 이메일을 작성하면 문제가 해결됩니다. Author Name: Git 작성자 이름 Author Email: Git 작성자 이메일 다음은 Default 값으로 사용합니다. Ignored Files: No Ignored Files Options: ✔ Prefer to rebase when pulling ✔ Show merge commits in per-file log
-
Choose options for your new project 설명개발 환경 설정/Xcode 2022. 8. 23. 06:13
프로젝트 설정 옵션에 대한 설명 ▸ Product Name(프로젝트명): 일반적으로 파스칼 표기법(PascalCase)으로 작성 ▸ Team(팀/계정): None으로도 생성 가능하며, Add account를 통해서 계정등록 가능 ▸ Organization Identifier(조직 식별자): 소속 이름 ▸ Bundle Identifier(번들 식별자): 조직 식별자 + "." + 프로젝트명 ▸ Interface(=User Interface): SwiftUI 혹은 스토리보드(Storyboard) 선택 가능 ▸ Language(언어): 스위프트(Swift) 혹은 오브젝티브 C(Objective-C) 선택 가능 ▸ Use Core Data(코어 데이터 사용), Host in CloudKit(iCloud연동), ..
-