As of IOS 14 my users are having many crashes due to a fatal exception from -[EKEventStore calendarItemWithIdentifier:] which reads as Fatal Exception: NSInternalInconsistencyException
Unknown entity name Task for objectID
As far as I can see in Apple's Doc - https://developer.apple.com/documentation/eventkit/ekeventstore/1507433-calendaritemwithidentifier?language=occ and running tests on my own , this should not happen.
I am unable to reproduce this myself, no matter what I through at the function it will not give a fatal error and behaves as expected. This is from Apples crash reports and from Crashlytics totoaling over 5k crashes since iOS release.
Post
Replies
Boosts
Views
Activity
Hey how do I get the current build number and version in code? I need it so that i can attatch it to files in order for the program to know if the file needs to be updated to the current model. It would be preferable if you can show me in swift.