You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>