Chapter 4 again: now RxCocoa not found

Out of zip and after pod install:
… MainViewController.swift:31:8: error: no such module ‘RxCocoa’ import RxCocoa

P.S. OK, Podfile just missing:
pod 'RxCocoa', '4.4.1'
And it is also missed in final and challenges folders.

P.S.S. I’m on Xcode 11.2.1.

1 Like

@konic Do you still have issues with this?

No, my point was that pod ‘RxCocoa’, ‘4.4.1’ had to be added to Podfile.

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