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
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
[iOS] Rename Flutter.dSYM to Flutter.framework.dSYM
Renames our Flutter framework dSYM to `Flutter.framework.dSYM` for
consistency with all other dSYM bundle names. In iOS release archives,
all other dSYM files are:
* `App.framework`: `App.framework.dSYM`
* `Runner.app`: `Runner.app.dSYM`
We continue to archive the dSYM to `Flutter.dSYM.zip` for backward
compatibility with the existing instructions for manual symbolification
in `docs/Crashes.md` and to remain compatible with dart-lang/dart-ci's
symbolizer which expects `Flutter.dSYM` in
[`Symbolizer._symbolizeIosFrames`][symbolizer].
Issue: flutter/flutter#116493
symbolizer: https://github.com/dart-lang/dart_ci/blob/e9fd9884a2c76184f4d20eb8a1cb48f92ec63ab5/github-label-notifier/symbolizer/lib/symbolizer.dart#L530
0 commit comments