Development/iOS
[Solved][Xcode] No author information was supplied by the version control system. Ensure the author information supplied in Xcode > Settings is correct.
Best Junior
2023. 2. 5. 11:19
[ 환경 ]
Macbook Air
M2, 2022년
RAM 16GM
macOS Ventura 13.0.1
1. 해결 전 상태
좌측에 Changes & Repositories에 아무것도 없음
No Git Repositories
추가 진행 필요하여
Source Control -> New Git Repository...
이동해서 Create 시도
2. 문제 상황
Create 할 수 없는 경고창 발생
No author information was supplied by the version control system.
Ensure the author information supplied in Xcode > Settings is correct.
3. 해결 방법
Fix를 누르고 Author 정보 입력합니다.
어떤 검증된 내용을 작성해야하는 것은 아닙니다.
편하게 이름 정해서 적어주시고, 사용하시는 이메일을 적은 뒤 창을 종료합니다.
완료시 아래 창에서 Create가 정상적으로 가능하게 되며
이후에는 좌측에 있던 No Git Repositories가 아래처럼 변경됩니다. Git Repositories가 생성되어 현재는 있기 때문입니다.