Anyone found the solution for this? Experiencing the same.
My loadPersistentStore completion error block is not being triggered
container.loadPersistentStores { (description, error) in
if let error = error {
error.sendLog()
fatalError(error.localizedDescription)
}
}
is this more of an assertion failure on coredata?
can't replicate it myself, but a few crash report happened in Testflight for some users.
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: