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
As of the following three patches, we now bundle Flutter.framework.dSYM
as part of Flutter.xcframework and bundle them in the .xcarchive bundles
produced by `flutter build ipa` / Xcode Product > Archive for upload to
the iOS App Store.
* flutter#54414
* flutter#54458
* flutter/flutter#153215
The .dSYM bundle is now available both in the uploaded .xcarchive and,
in the xcframework in Flutter's internal artifact cache. For developers
with CI toolchains that do additional manual handling or local archiving
of .dSYMs, the dSYMs no longer need to be downloaded from cloud storage
as previously detailed in `docs/Crashes.md`, but can instead be copied
up from the appropriate dSYM subdirectory in the framework cache:
* `flutter/bin/cache/artifacts/engine/ios-release/Flutter.xcframework`
Issue: flutter/flutter#116493
Credo: [Embrace the yak shave](https://suno.com/song/37cb7c43-85ad-40f2-87e6-9aec7baa0419)
0 commit comments