The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
RX를 공부하면서 위 에러가 나왔다.
타입추론을 하기 어려워서 빌드를 할 수 없다는 것인데 나는 combineLatest 오퍼레이터와 map을 함께 사용하면서 발생했다.
이 옵저버를 변수에 넣고 map을 사용해보자.
즉 쪼개기를 잘 해보면 빌드 할 수 있다.
'개발 > 개발' 카테고리의 다른 글
[iOS] - iOS 환경에서 의존성 주입(Dependency Injection) 알아보기 (0) | 2021.08.23 |
---|---|
[iOS] - could not find or use auto-linked library 'xctest swift support' 오류 (2) | 2021.08.14 |
[WWDC] - WWDC 2021 주요 변경 부분 정리 요약! (0) | 2021.06.15 |
[iOS] - Realm 사용해보자 - Realm 메뉴얼 (0) | 2021.05.23 |
[iOS] - 움직이는 애니메이션 효과 Lottie (0) | 2021.04.10 |