-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Prevent flutter build ios-framework --xcframework from copying Flutter.xcframework.dSYM into the App.framework folder.
#157394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent flutter build ios-framework --xcframework from copying Flutter.xcframework.dSYM into the App.framework folder.
#157394
Conversation
flutter build ios-framework --xcframework from copying Flutter.xcframework.dSYM into the App.framework folder.
jmagman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you test that if the module has plugins that their dSYMs are not also added to App.xcframework?
From my steps to reproduce before the xcframework output, run flutter pub add camera or some other plugin.
I tried adding a couple of plugins and the plugin dSYMs did not get copied in, with or without this fix. So that's good! |
jmagman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…tter.xcframework.dSYM` into the `App.framework` folder. (flutter#157394) Fixes flutter#157359 Prevents Flutter.xcframework.dSYM from being copied into the App.framework folder. I am not 100% positive if there are cases where it's valid to have multiple dSYMs in that folder, so I'm just string matching and filtering out `Flutter.xcframework.dSYM`
…tter.xcframework.dSYM` into the `App.framework` folder. (flutter#157394) Fixes flutter#157359 Prevents Flutter.xcframework.dSYM from being copied into the App.framework folder. I am not 100% positive if there are cases where it's valid to have multiple dSYMs in that folder, so I'm just string matching and filtering out `Flutter.xcframework.dSYM`
…tter.xcframework.dSYM` into the `App.framework` folder. (flutter#157394) Fixes flutter#157359 Prevents Flutter.xcframework.dSYM from being copied into the App.framework folder. I am not 100% positive if there are cases where it's valid to have multiple dSYMs in that folder, so I'm just string matching and filtering out `Flutter.xcframework.dSYM`
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
…ing `Flutter.xcframework.dSYM` into the `App.framework` folder. (flutter/flutter#157394)
Fixes #157359
Prevents Flutter.xcframework.dSYM from being copied into the App.framework folder. I am not 100% positive if there are cases where it's valid to have multiple dSYMs in that folder, so I'm just string matching and filtering out
Flutter.xcframework.dSYMPre-launch Checklist
///).