-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception raised using rx_didChangeAuthorizationStatus #89
Comments
Hi @kjf, I'm looking at the code, and I think you are right, this looks like a bug. We are casting to
|
Hi, commit c4b392c
I've tried to confirm does it work, let me know if it doesn't :) |
Just tested and it's working great for me. Thanks! |
I'm preparing a small patch release end week. So it will be released then ;) Let me know if you find anything else. |
Awesome, will do. |
I've released 1.9.1 This should be fixed there :) |
I'm just wrapping my head around the whole Rx thing so apologies if this is something of my own doing.
My viewDidLoad method looks something like this:
Upon execution an exception is raised inside the rx_didChangeAuthorizationStatus CLLocationManager extension.
Using swift 1.2 and iOS SDK 8.4
The text was updated successfully, but these errors were encountered: