맨날 공개 레포를 clone 하다가, 매우 오랜만에 비공개 레포를 clone하게 되었다. git clone https://github.com/.../test.git 'liib-iOS'에 복제합니다... Username for 'https://github.com': KangKyung Password for 'https://KangKyung@github.com': remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-t..
예전에 진행됐던 프로젝트를 다시 살리던 중, 빌드가 굉장히 오래걸리며 (빌드하는데만 3~40분 소요된거 같다..) 결국 에러가나서 하루를 꼬빡 날렸던 적이 있다.. (내 맥북 배터리만 엄청나게 녹아내렸다😭) The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions swiftUI로 작성된 프로젝트에서 해당 오류가 발생한다... 구글에 검색하면 보통 "타입추론 오류"이며, 너무 과한 타입추론을 중간에 한번 나눠줌에따라 해결하라는 글이 대다수이다. 근데, 난 그렇게 해결할 수가 없었다 import SwiftUI struct Tes..