Open jesus-mg-ios opened 3 months ago
Debugs Symbols are in the framework. Use strip -rSTx after generating DSYMS -> dsymutil -o .dSYM to decrease framework size.
6.14.3
Download binary from tags
Receive Debug symbols and the binary with stripped debug symbols.
Debugs Symbols are in the framework. Use strip -rSTx after generating DSYMS -> dsymutil -o .dSYM to decrease framework size.
SDK Version
6.14.3
What did you do?
Download binary from tags
What did you expect to happen?
Receive Debug symbols and the binary with stripped debug symbols.
What happened instead?
Debugs Symbols are in the framework. Use strip -rSTx after generating DSYMS -> dsymutil -o .dSYM to decrease framework size.