what is a debug symbol? and what is the usage?
Will be able to submit an app with debug symbols to appstore?
Please help!
Thanks in Advance.
dSym are generated when you archived your project.
You don't have to do anything for that.
It allows you to symbolicate your crash log, else it's just meaningless memory adress.
It's kind of a link between the builded code and the source code.
Debug Symbols are additional information about your source code that are used to help debugging. See also this wikipedia article about debug symbols. They will not be submitted to the appstore as they are only part of debug-build while you only submit a release-build to the appstore. Though there are some symbols that will be committed for crash logs, see this question.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With