You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.
When I call
with the options parameter set to 0
I get a bad EXC_BAD_ACCESS failure when the notification should be trigger.
The reason for this is, that
in NSObject+BlockObservation.m
tries to call my block as a BKSenderBlock instead of the given BKObservationBlock.
My reason for writing all this is that I try to find a way to specify an identifier token WITHOUT specifying any NSKeyValueObservingOptions.
My current solution is to pass the value 128 as options. A better solution would be to have the method
Any thoughts on this?
BTW, BlocksKit is really great and I don't want to miss it!!
The text was updated successfully, but these errors were encountered: