You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading to uniffi 0.31.2 or later I always get a checksum mismatch:
E FATAL EXCEPTION: main
Process: redacted, PID: 14576
java.lang.ExceptionInInitializerError
at uniffi.auth.AuthKt.uniffiEnsureInitialized(auth.kt:890)
at uniffi.ffi.UniffiLib.<clinit>(ffi.kt:1507)
at ...redacted... (ffi.kt:14258)
...redacted...
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1398)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:8308)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(ActivityThread.java:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2761)
at android.os.Handler.dispatchMessageImpl(Handler.java:142)
at android.os.Handler.dispatchMessage(Handler.java:125)
at android.os.Looper.loopOnce(Looper.java:296)
at android.os.Looper.loop(Looper.java:397)
at android.app.ActivityThread.main(ActivityThread.java:9523)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:575)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:939)
Caused by: java.lang.RuntimeException: UniFFI API checksum mismatch: try cleaning and rebuilding your project
at uniffi.auth.AuthKt.uniffiCheckApiChecksums(auth.kt:876)
at uniffi.auth.AuthKt.access$uniffiCheckApiChecksums(auth.kt:1)
at uniffi.auth.IntegrityCheckingUniffiLib.<clinit>(auth.kt:712)
... 16 more
When upgrading to uniffi
0.31.2or later I always get a checksum mismatch:Maybe it's because of this change #2897 ?