-
Notifications
You must be signed in to change notification settings - Fork 68
NSRangeException Cannot remove an observer for the key path "locale" from <YLMoment> because it is not registered as an observer. #38
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
Comments
That's strange. Do you have the crash log? |
Sure there you go:
Not sure if that helps. This is the only place were I use YLMoment in that function (getDateTimeFromProps): YLMoment* datetimeMom = [[YLMoment momentWithDate:_centerDateTimeMom.date] addAmountOfTime:dayCnt forUnitKey:@"days"];
if (datetimeMom) {
return [datetimeMom format];
} |
Really strange. I don't know why it raises this error because the |
Yeah, I don't really understand why that happened either. |
Is it reproducible? |
Nope, I have no idea how to reproduce that. I received the stacktrace through Bugsnag from a client's device in production. |
Hey there.
Not sure why this happens, but I received that crash today.
YLMoment/YLMoment/YLMomentObject.m
Line 57 in 0465faf
The text was updated successfully, but these errors were encountered: