devxoul / RxViewController

RxSwift wrapper for UIViewController and NSViewController
MIT License
346 stars 61 forks source link

Collision between RxCocoa interception mechanism and KVO. #11

Open castellet88 opened 6 years ago

castellet88 commented 6 years ago

Trying to subscribe to rx.viewWillAppear on viewDidLoad it's not working.

Debug message is: "Event error(Collision between RxCocoa interception mechanism and KVO. To resolve this conflict please use this interception mechanism first.")

devxoul commented 5 years ago

Is there any observer registered?

castellet88 commented 5 years ago

I have checked and I'd say there isn't...