Chapter 4 Error on page 87

Project code for MainViewController.swift does not have import RxCocoa, which is necessary for private let images = BehaviorRelay<[UIImage]>(value: []) to compile.

Podfile needs pod 'RxCocoa', '4.4.1' added just below the pod RxSwift line.

1 Like

@dcdude Thank you for the heads up - much appreciated! :]

This topic was automatically closed after 166 days. New replies are no longer allowed.