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
Hello, I have been using the sign_in_with_apple plugin for quite a long time. Recently I updated from version 6.1.0 to 6.1.1. After, when running on Android I get:
e: file:///Users/xxx/.pub-cache/hosted/pub.dev/sign_in_with_apple-6.1.1/android/src/main/kotlin/com/aboutyou/dart_packages/sign_in_with_apple/SignInWithApplePlugin.kt:19:5 Conflicting declarations:
val TAG: String
e: file:///Users/xxx/.pub-cache/hosted/pub.dev/sign_in_with_apple-6.1.1/android/src/main/kotlin/com/aboutyou/dart_packages/sign_in_with_apple/SignInWithApplePlugin.kt:146:13 Overload resolution ambiguity between candidates:
val TAG: String
val TAG: String
e: file:///Users/xxx/.pub-cache/hosted/pub.dev/sign_in_with_apple-6.1.1/android/src/main/kotlin/com/aboutyou/dart_packages/sign_in_with_apple/SignInWithApplePlugin.kt:154:13 Overload resolution ambiguity between candidates:
val TAG: String
val TAG: String
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':sign_in_with_apple:compileDebugKotlin'.
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
Compilation error. See log for more details
I don't seem to be able to fix this problem - I tried cleaning cache, pub-cache, removing pubspec.lock and running pub get again. The only way for me to have my app work again is to downgrade to 6.1.0. Any ideas why that might be? Or go and manually remove the:
val TAG = "SignInWithApple" and replace the two TAG usages with the string "SignInWithApple" directly.
The text was updated successfully, but these errors were encountered:
Hello, I have been using the sign_in_with_apple plugin for quite a long time. Recently I updated from version 6.1.0 to 6.1.1. After, when running on Android I get:
e: file:///Users/xxx/.pub-cache/hosted/pub.dev/sign_in_with_apple-6.1.1/android/src/main/kotlin/com/aboutyou/dart_packages/sign_in_with_apple/SignInWithApplePlugin.kt:19:5 Conflicting declarations:
val TAG: String
e: file:///Users/xxx/.pub-cache/hosted/pub.dev/sign_in_with_apple-6.1.1/android/src/main/kotlin/com/aboutyou/dart_packages/sign_in_with_apple/SignInWithApplePlugin.kt:146:13 Overload resolution ambiguity between candidates:
val TAG: String
val TAG: String
e: file:///Users/xxx/.pub-cache/hosted/pub.dev/sign_in_with_apple-6.1.1/android/src/main/kotlin/com/aboutyou/dart_packages/sign_in_with_apple/SignInWithApplePlugin.kt:154:13 Overload resolution ambiguity between candidates:
val TAG: String
val TAG: String
FAILURE: Build failed with an exception.
Execution failed for task ':sign_in_with_apple:compileDebugKotlin'.
I don't seem to be able to fix this problem - I tried cleaning cache, pub-cache, removing pubspec.lock and running pub get again. The only way for me to have my app work again is to downgrade to 6.1.0. Any ideas why that might be? Or go and manually remove the:
val TAG = "SignInWithApple" and replace the two TAG usages with the string "SignInWithApple" directly.
The text was updated successfully, but these errors were encountered: