This error seems to be related to the sign_in_with_apple plugin.
Environment
supabase_flutter version: 1.10.25
sign_in_with_apple plugin version: 5.0.0
Android compileSdkVersion: 34
Android targetSdkVersion: 34
Steps to Reproduce
Add sign_in_with_apple plugin to pubspec.yaml
Run flutter pub get
Try to build a release APK with flutter build apk --release
What I've Tried
I've attempted the following solutions without success:
Updated Android SDK versions in build.gradle
Ensured AndroidX is enabled
Cleaned and rebuilt the project
Disabled resource shrinking and minification
Question
Is this a known issue with the plugin? Are there any workarounds or fixes available?
Any assistance would be greatly appreciated. Thank you!
This error seems to be related to the sign_in_with_apple plugin.
Environment supabase_flutter version: 1.10.25 sign_in_with_apple plugin version: 5.0.0 Android compileSdkVersion: 34 Android targetSdkVersion: 34 Steps to Reproduce Add sign_in_with_apple plugin to pubspec.yaml Run flutter pub get Try to build a release APK with flutter build apk --release What I've Tried I've attempted the following solutions without success:
Updated Android SDK versions in build.gradle Ensured AndroidX is enabled Cleaned and rebuilt the project Disabled resource shrinking and minification Question Is this a known issue with the plugin? Are there any workarounds or fixes available?
Any assistance would be greatly appreciated. Thank you!