We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to delete ToDo entity, I've got
Thread 1: signal SIGABRT Could not cast value of type 'Swift.Optional' (0x1ee3101f8) to 'Swift.String' (0x1ee308bb8).
Seems like View is trying to access fields after entity has been deleted. Same issue in my own project.
macOS 15.1.1 (24B91)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to delete ToDo entity, I've got
Thread 1: signal SIGABRT
Could not cast value of type 'Swift.Optional' (0x1ee3101f8) to 'Swift.String' (0x1ee308bb8).
Seems like View is trying to access fields after entity has been deleted. Same issue in my own project.
macOS 15.1.1 (24B91)
The text was updated successfully, but these errors were encountered: