Hi there,
I'm using Xamarin's beta channel and after the last update all my ReactiveUI command bindings stopped working.
When I bind a ReactiveCommand to a UIButton / UIBarButtonItem it throws this exception at execution time:
Could not find event 'Clicked' on object of type 'MonoTouch.UIKit.UIBarButtonItem'
What happened?
Thank you