-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Labels
a: buildBuilding flutter applications with the toolBuilding flutter applications with the toolplatform-iosiOS applications specificallyiOS applications specificallyt: xcode"xcodebuild" on iOS and general Xcode project management"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
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 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a: buildBuilding flutter applications with the toolBuilding flutter applications with the toolplatform-iosiOS applications specificallyiOS applications specificallyt: xcode"xcodebuild" on iOS and general Xcode project management"xcodebuild" on iOS and general Xcode project managementtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.