I'm trying to upload IPA and APK files of a Flutter app to Firebase App Distribution using fastlane.
First time I deploy, both IPA and APK files were successfully uploaded to App Distribution. But after the first time, every time I deploy, the APK file is uploaded but the IPA is not uploaded, even though terminal shows that fastlane uploaded the IPA successfully.
Why is this happening and how can I fix this?