How to use CLLocation extension in RxSwift
You have to copy the extension CLLocationManager+Rx.swift and RxCLLocationManagerDelegateProxy.swift to your project as it is no longer part of RxCocoa
For anyone who finds this through Google, Rx Location Manager functionality has been moved to: https://github.com/RxSwiftCommunity/RxCoreLocation so there is no longer a need to manually copy and paste files.