-
Notifications
You must be signed in to change notification settings - Fork 23
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
Handoff Links crash app from startup #928
Labels
bug
Issues relating to features that don't work as expected
Comments
Almost certainly related - if we need more logs
|
|
Oh - dupe of #875. Going to link so we have all of the stack traces together. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the app is closed (or possibly not yet initialized), opening a handoff link is causing a crash. It's likely because we're pulling data from the
persistentContainer
- but in the app handoff flow we do not run theAppSetupOperation
before attempting to access thepersistentContainer
The text was updated successfully, but these errors were encountered: