Commits


Michael Haney authored and GitHub committed 9e758c09f48
Don't attempt to create data if the event's fileURL is nil. (#5088) * Don't attempt to create data if the event's fileURL is nil. This could be because of changes to NSCoding w.r.t. transitioning from GDTCORStoredEvent to GDTCOREvent. * Attempt to address sudden analyzer issues * Don't pass nil to a function that requires non-nil arguments. * Change error code to the new GDTCORMCEFileReadError