Skip to content

We shouldn't strip dSYM for App.framework on profile mode #37065

@xster

Description

@xster

Otherwise, it gets annoying while instrumenting etc to always have to go find the dSYM since it's not with the dylib. Since no one is going to upload the profile build to the App Store, we should optimize debugging rather than the output size.

i.e. purely splitting on

if [[ "${build_mode}" != "debug" ]]; then
might be oversimplified.

cc @goderbauer @jmagman

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: buildBuilding flutter applications with the toolplatform-iosiOS applications specificallyt: xcode"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions