Closed lannex closed 4 years ago
I found this message in xcode
Error loading default properties for object x-apple-eventkit:///Location/p10729 from daemon: Error Domain=EKCADErrorDomain Code=1013 "(null)"
...
...
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]'
I solved it.
event.structuredLocation.title
value is null
.
The latest code for this package fixed it, but it wasn't published to npm, so the problem remains unresolved.
Anyway, the solution is to set up dependency at github address instead of npm.
Hi.
I'm building a calendar app, and strangely, when I load Gmail events as fetchAllEvents in iOS, the app goes down. Can you help me?
Environment
Steps to Reproduce
Expected Behavior
Normal calendar events load like other mails
Actual Behavior
Xcode message, and freezing app