devxoul / RxViewController

RxSwift wrapper for UIViewController and NSViewController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collision between RxCocoa interception mechanism and KVO.

castellet88 opened this issue · comments

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.")

Is there any observer registered?

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