Hacker News new | ask | show | jobs
by flog 5528 days ago
So what's the bug then? If there's no loop here?
1 comments

alarm.repeatInterval = NSEraCalendarUnit

Triggers the bug, its totally valid as well.

So basically the repeatInterval is expected to have one of the values of an enumeration assigned to it, where the enumerated values are calendar units (representing daily, weekly, monthly, etc.), and it somehow mishandles the value representing "once-per-era"?
That would seem to be the case.