Hacker News new | ask | show | jobs
by Fjanth 5538 days ago
alarm.repeatInterval = NSEraCalendarUnit

Triggers the bug, its totally valid as well.

1 comments

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.