Recently I tried to automate my deployment flow of my flutter apps with fastlane so I setup fastlane in my project with all the necessary configuration but I'm getting a problem when I run fastlane android deploy_beta_staging command to deploy the staging version of the app to firebase distribution but i kept getting this error at the end. I attached the picture of the error below. any help will be appreciated
- I have made research on how to fix it some information i got says that the problem is usually peculiar to those using the new apple silicon chip which is what i'm using.
- I tried the answers here and here but none seems to fix my problem
here are the tools i'm using
- fastlane 2.214.0(from brew)
- flutter 3.10.5
- Dart 3.0.5
- Pc apple M1 Pro
/opt/homebrew/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.214.0/fastlane_core/lib/fastlane_core/ui/interface.rb:153:in `shell_error!': \e[31m[!] Shell command exited with exit status 1 instead of 0. (FastlaneCore::Interface::FastlaneShellError)