Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

upgrade to v1.0.0 fails to run #5

Open
dwhiteddsoft opened this issue Nov 28, 2019 · 1 comment
Open

upgrade to v1.0.0 fails to run #5

dwhiteddsoft opened this issue Nov 28, 2019 · 1 comment

Comments

@dwhiteddsoft
Copy link

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)

@mswehli
Copy link
Member

mswehli commented Nov 28, 2019

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants