umair13adil / RxLogs

An Android & Kotlin Reactive Advanced Logging Framework.
12 stars 6 forks source link

RxLogs #9

Open hamzaoubouzid opened 3 weeks ago

hamzaoubouzid commented 3 weeks ago

Hi , I am currently working on setting up a CI/CD pipeline using Jenkins and have encountered an issue during the release of the APK. Specifically, I am receiving the following error: Capture

Task :app:checkDebugAarMetadata FAILED

FAILURE: Build failed with an exception.

aberutti-convorelay commented 3 weeks ago

Also facing this issue. Any workaround?

marcuss1w commented 3 weeks ago

My pipeline is running into the same issue. image

schigabiga commented 3 weeks ago

My pipeline too. I user flutter: Flutter 3.19.0 • channel [user-branch] • unknown source Framework • revision bae5e49bc2 (7 months ago) • 2024-02-13 17:46:18 -0800 Engine • revision 04817c99c9 Tools • Dart 3.3.0 • DevTools 2.31.1

And compileSdkVersion is: 34.

kép
schigabiga commented 3 weeks ago

My pipeline too. I user flutter: Flutter 3.19.0 • channel [user-branch] • unknown source Framework • revision bae5e49bc2 (7 months ago) • 2024-02-13 17:46:18 -0800 Engine • revision 04817c99c9 Tools • Dart 3.3.0 • DevTools 2.31.1

And compileSdkVersion is: 34.

kép

My error is in the flutter_logs package, bc it implements this RxLogs:1.0.20. My hotfix is, i remove flutter_logs from pubspec and it worked.

kép

blchinezu commented 3 weeks ago

This is really annoying. It's the second time all my pipelines fail because of RxLogs.

It's not even RxLogs in itself but the fact that all of a sudden 1.0.20 is missing from repos.