* What went wrong:
Execution failed for task ':sign_in_with_apple:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action
> Android resource linking failed
ERROR: /home/path/workspace/deliverables/app_name/build/sign_in_with_apple/intermediates/merged_res/release/values/values.xml:204: AAPT: error: resource android:attr/lStar not found.
Estou usando flutter 3.27.4 com Dart 3.6.2. Não tenho a dependência sign_in_with_apple no meu pubspec.yaml
Quando executo flutter build apk --release
, a compilação falha com esta mensagem de erro. No entanto, ela compila bem com o sinalizador --debug.
Você tentou adicionar essas linhas em android/build.gradle (NÃO android/app/build.gradle)