I am getting this NSInternalInconsistencyException error while saving EKEvent on Xcode 9, iOS11.
do {
try eventStore.saveEvent(newEvent, span: .ThisEvent, commit: true)
} catch {
}
Error:
Fatal Exception: NSInternalInconsistencyException iOS doesn't support cross-store copies yet.