Skip to content

v9.7.19

Choose a tag to compare

@tananaev tananaev released this 18 May 13:43
· 33 commits to main since this release
45ca013
Install flutterfire CLI in iOS build job (#187)

The Xcode project has a Run Script build phase that invokes
'flutterfire upload-crashlytics-symbols' to push dSYMs to Firebase
Crashlytics. The CLI isn't installed on the macOS runner by default,
which fails the iOS archive step.

The build script already adds \$HOME/.pub-cache/bin to PATH, so
dart pub global activate flutterfire_cli is sufficient.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>