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
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
E/flutter ( 7384): [ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(39)] java.lang.NoSuchFieldError: No field msalApp of type Lcom/microsoft/identity/client/IMultipleAccountPublicClientApplication; in class Luk/co/moodio/msal_flutter/MsalFlutterPlugin$Companion; or its superclasses (declaration of 'uk.co.moodio.msal_flutter.MsalFlutterPlugin$Companion' appears in /data/app/com.owltechindustries.shot_trac_mobile-NfV79bdW-1JQ0dob-YmbBw==/base.apk:classes7.dex)
E/flutter ( 7384): at uk.co.moodio.msal_flutter.MsalFlutterPlugin$Companion.isClientInitialized(MsalFlutterPlugin.kt:26)
The text was updated successfully, but these errors were encountered:
@dwhiteddsoft hey, sorry about that seems i didn't test it with the none beta version of flutter. I think it might be a mismatch of behaviours between kotlin versions. Could you goto your android folder, open the build.gradle file and under buildscript > ext.kotlin_version, change it from 1.3.10 to 1.3.50 and see if it fixes it, until i have time to implement a proper solution.
Also, someone else had the same issue so will will post updates in issue #4 and tag you in it when i have a proper fix.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
E/flutter ( 7384): [ERROR:flutter/shell/platform/android/platform_view_android_jni.cc(39)] java.lang.NoSuchFieldError: No field msalApp of type Lcom/microsoft/identity/client/IMultipleAccountPublicClientApplication; in class Luk/co/moodio/msal_flutter/MsalFlutterPlugin$Companion; or its superclasses (declaration of 'uk.co.moodio.msal_flutter.MsalFlutterPlugin$Companion' appears in /data/app/com.owltechindustries.shot_trac_mobile-NfV79bdW-1JQ0dob-YmbBw==/base.apk:classes7.dex)
E/flutter ( 7384): at uk.co.moodio.msal_flutter.MsalFlutterPlugin$Companion.isClientInitialized(MsalFlutterPlugin.kt:26)
The text was updated successfully, but these errors were encountered: