-
Notifications
You must be signed in to change notification settings - Fork 237
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 after migrating from IOS12 to IOS13 #323
Comments
I ended up deleting the DB and recreate it at startup |
I think the problem is introduction of |
I was able to fix it by doing: This might not be safe solution, as this is private identifier, so some internal code might rely on it. |
Yeah, they added it and its not documented, I don't know if there are any other implications. It seems an internal code |
There seems to be a crash after migrating from IOS 12 to IOS 13. Some things have changed it the app is crashing.
The error is here:
{
NSDictionary<NSString *,id> *superMetadata = super.metadata;
I believe is something related to NSData type that changed his behaviour of description method.
I've investigated but did not found a fix for it till now.
Did someone encountered something the same?
Thx
The text was updated successfully, but these errors were encountered: