-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceFor some reason my builds are failing and I don't understand the output in in codemagic. I guess the error in the title is to blame but I don't understand how to fix it. It builds on my machine so I guess there is some configuration needed in codemagic for this to work, but I can find no options for enabling flutterfire or whatever. Can someone assist? I'm building for the stable channel and latest versions of everything. Here is the full output from Xcode:
Expected resultsFor the build to succeed Actual resultsThe build fails... Build id (optional)66e8321e311ec415d55f2f8c |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @traed I checked online, and it is an already reported issue with the flutterfire_cli dependency. Can you try adding The reported issue in flutterfire_cli tool repo for reference: invertase/flutterfire_cli#257 |
Beta Was this translation helpful? Give feedback.
-
Oh of course, it's global 🤦 Wonder why that doesn't show up when I search, but it works! Thank you! |
Beta Was this translation helpful? Give feedback.
Hey @traed
I checked online, and it is an already reported issue with the flutterfire_cli dependency. Can you try adding
dart pub global activate flutterfire_cli
to the prebuild script section in Codemagic?The reported issue in flutterfire_cli tool repo for reference: invertase/flutterfire_cli#257