When I try to request access to the EventStore, the app just closes (crashes?) on the simulator.
This is what I do in a new project with iOS10/Swift3:
let store = EKEventStore()
store.requestAccess(to: .reminder) { (success, error) in
print("foo")
}Thanks in advance for any help!