Closed btrautmann closed 3 years ago
I suspect that this error is actually a red herring, and I'm going to close it for now.
For anyone that finds themselves in a similar situation, passing -v
to the flutter build
command has unearthed what I think are new clues to look into.
I'm running into what I think is the same issue as seen in https://github.com/maierj/fastlane-action/issues/64 except on older versions of ruby that should be supported.
My entire Github workflow is the following:
And my
Fastfile
is simply:However, the build fails with the following error:
I have tried various ruby versions between 2.6 and 3.0.0 (by the way, it looks like Fastlane now supports ruby 3.0.0). I have trued both on
ubuntu-latest
andmacos-latest
platforms but none seem to work.I am not sure what else to try, so I'm hoping there's something obvious going on...