[Git] xcode UserInterfaceState.xcuserstate 가장 빨리 해결하는 법, 터미널에서 안될 때
소스트리를 열어줍니다. Stop Tracking 선택 커밋 끝 추가 터미널에서 안되는 이유 아래와 같은 방법으로 많이 나와있는데요. 이게 내 디렉토리 구조랑 달라서 안될 수 있습니다. git rm --cached [Project Name].xcworkspace/xcuserdata/[User Name].xcuserdatad/UserInterfaceState.xcuserstate 이렇게 패키지 내용 보기에서 들어가보면 UserInterfaceState.xcuserstate 가 있는데요. 들어가서 이 주소 복사한 뒤 [여기에] ([] 제거) 넣어주시면 됩니다. git rm --cached [여기에]
Git
2022. 8. 10. 00:48
공지사항