Closed mantasmatuzas closed 2 years ago
@mantoshelis you need to specify that you are uploading an AAB
by setting the artifactType
parameter to "AAB":
firebase_app_distribution(
app: ENV['FIREBASE_APP_ID'],
groups: "xxx, yyy",
android_artifact_type: "AAB"
)
Thanks everyone :smiling_face_with_three_hearts:
FIXED THE ISSUE :mending_heart:
firebase_app_distribution(
app: "
:ghost:
@mantasmatuzas how did you fix this?
Issue Description
Configuration
Couldn't find binary error is being thrown when trying to distribute AAB Android build. Everything works correctly with the APK. No more information was provided (both debug and not debug).
I'm using this fastlane description:
Complete verbose output
Environment