WooKoo Blog

물과 같이

개발/개발

[iOS] - The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions (Rx 타입추론 에러)

WooKoo 2021. 7. 22. 21:23

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을 사용해보자. 

 

즉 쪼개기를 잘 해보면 빌드 할 수 있다.