Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
huguesf opened this issue Jan 8, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@huguesf
Copy link
Collaborator

huguesf commented Jan 8, 2020

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 huguesfcadets added the bug Something isn't working label Jan 15, 2020
@huguesfcadets
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants