-
Notifications
You must be signed in to change notification settings - Fork 64
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 in migration after move from realm-java to realm-kotlin #1106
Comments
@clementetb could this be a missing Proguard entry for the migration API? since JNI can't lookup the function name in release mode? @zanti can you try disabling obfuscation in release mode |
It is odd, MigrationCallback and its methods are excluded in the Proguard file, so it shouldn't be a Proguard issue. |
@nhachicha with disabling proguard migration works fine |
I found a solution you need to add one rule in proguard rules |
Yes, you are right we are missing that entry in our proguard. Will get a fix on the next release. |
Fixed by #1109 |
I compile an application for android and crash appears only in release mode in debug all works good
The text was updated successfully, but these errors were encountered: