简体   繁体   中英

Difference between include app symbols and strip debug symbols during copy?

In my project, under build settings i have different configurations, and I can specify weather I want to strip debug symbols during copy .

在此处输入图片说明

No when I archive my app, I have option to "include app symbols" for my application:

在此处输入图片说明

Are these two reffering to same thing? As I understand it, these symbols are needed, so I can have more descriptive crash logs, instead of some memory locations. So, it is recommended for debug builds to have these symbols included in IPA, but for releases on apple store I would want to strip them.

"Strip Debug Symbols" refers to stripping them from the binary. You still have the dSYM that contains debug info.

"Include app symbols" I believe means upload the dSYMs too and not just the binary.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM