-
-
Notifications
You must be signed in to change notification settings - Fork 52
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 on Startup after using iOS-build-in method to setup new device #1541
Comments
some debug ideas:
however, maybe 5. is not needed, 1.-4. may already give some hints. also, the list is probably not complete, i am sure there are good debug ideas i've overseen. |
yes to 1, it is empty |
@dignifiedquire did you import your database? I vaguely remember you said you uninstalled the app in between? I'm asking because if it is an backup, it might help to reproduce/debug the issue outside of ios. What puzzles me is that |
I did not import in the dc sense, I copied over my whole storage, through iOS, as I switched phones |
If you're in debugging mood: could you try to create a breakpoint just before the fatalError is shown and enter in the lldb debug console
it should show you the accounts folders, like:
could you then please enter that should copy all account data into the document directory. You can then export the database and we're a step further in debugging. |
@r10s mentioned we should try to reproduce that update path described by @dignifiedquire |
xcode is currently not willing to start debug mode anymore on my iphone -.- |
💃 update dance 🕺 , it's so fun |
this is tracked more on-point at #1762 now. |
This happens on every startup atm
The text was updated successfully, but these errors were encountered: