Debug Symbols seem not being stripped from xcframework #2443
jesus-mg-ios
started this conversation in
General
Replies: 1 comment 1 reply
-
Consumers asked us to include the dSYMs in the XCFramework so you could symbolicate crashes: #2282 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which Version of Lottie are you using?
Lottie 4.4.3
Expected Behavior
Debug Symbols stripped from framework and DSYMs delivered in tags.
Actual Behavior
Debugs Symbols are in the framework.
Use strip -rSTx <binary>
after generating DSYMS ->dsymutil <binary> -o <binary>.dSYM
to decrease framework size.Beta Was this translation helpful? Give feedback.
All reactions