-
Notifications
You must be signed in to change notification settings - Fork 11
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
Assertion failure #10
Comments
Could it be the space in the Calendar name? |
Changed the name to
|
Thanks for testing that, I'll take a look! |
Am I right concluding this test was in the Simulator? On my sim it crashes with the same error, on an actual device all is fine (even with the space in the Calendar name). |
Yes, I'm developing in the Simulator. I haven't tried it on an actual device yet. |
Thanks for confirming that so quickly - I've found the issue that pops up on Sim but not on a real device (which is a bit weird). Fixed in 1.1.3. |
Everything works great until I try and add an event to a new calendar, at which point I get:
*** Assertion failure in +[EKCalendar calendarForEntityType:eventStore:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/EventKit_Sim/EventKit-672/EventKit/iOS/src/EKCalendar.m:52
Here is my code:
The text was updated successfully, but these errors were encountered: