cadets-ca / ets

MIT License
5 stars 3 forks source link

Crash while importing a database. Seems to happen on a fresh install only #52

Open huguesf opened 4 years ago

huguesf commented 4 years ago

6.2.5 (631) Thought the iCloud environment was not set correctly. After verification in the log on AppStore Connect, it seems it is ok. Now I can't access the crash log from the Organizer - not sure if more information is available than from the downloadable crash log from AppStore Connect site. A new version has been published for testing.

huguesfcadets commented 4 years ago

@kirvanp I was able to reproduce and noted there were some unsaved data (6 updates in my cases). To resolve the issue, we must issue a managedObjectContext.reset, which was done but after the database was imported. Now we need to find out where those 6 updated come from and what other operations are required before importing the other database.