supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
745 stars 184 forks source link

Resource android:attr/lStar not found when building release APK #1058

Closed SUPERHUANG2 closed 1 month ago

SUPERHUANG2 commented 1 month ago

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!

dshukertjr commented 1 month ago

Duplicate of https://github.com/supabase/supabase-flutter/issues/1057