Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SUPERHUANG2 opened this issue Oct 9, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@SUPERHUANG2
Copy link

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

  1. Add sign_in_with_apple plugin to pubspec.yaml
  2. Run flutter pub get
  3. Try to build a release APK with flutter build apk --release

What I've Tried

I've attempted the following solutions without success:

  1. Updated Android SDK versions in build.gradle
  2. Ensured AndroidX is enabled
  3. Cleaned and rebuilt the project
  4. 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
Copy link
Member

You seem to be using an out-dated version of both supabase_flutter and apple_sign_in plugin. I would see if upgrading them would fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants