简体   繁体   English

复制期间包含应用程序符号和剥离调试符号之间的区别?

[英]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 . 在我的项目中,在构建设置下,我具有不同的配置,并且可以指定要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. 因此,建议在调试版本中将这些符号包含在IPA中,但对于苹果商店中的发行版,我希望将其剥离。

"Strip Debug Symbols" refers to stripping them from the binary. “ Strip调试符号”是指从二进制文件中剥离它们。 You still have the dSYM that contains debug info. 您仍然具有包含调试信息的dSYM。

"Include app symbols" I believe means upload the dSYMs too and not just the binary. 我相信“包括应用程序符号”也意味着上传dSYM,而不仅仅是二进制文件。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 xCode 上的“复制期间剥离调试符号”和“剥离链接产品”的区别 - “Strip Debug Symbols During Copy” and “Strip Linked Product” difference on xCode 将“复制期间的条调试符号”设置为“否”后,经常会出现内存警告 - Often memory warning after setting “Strip Debug Symbols During Copy” to NO 我应该在Google Analytics中使用“复制时剥离调试符号”和“剥离链接产品”吗? - Should I use 'Strip Debug Symbols During Copy' and 'Strip Linked Produts' with Google Analytics? 如何避免“跳过复制阶段条带”警告(因为“二进制是代码签名的”)而不将“复制期间的条带调试符号”设置为“否”? - How to avoid “skipping copy phase strip” warning (because “binary is code signed”) without setting ”strip debug symbols during copy" to NO? 对于发行版,iOS中正确的“ Strip Debug Symbols”设置是什么? - What is the proper “Strip Debug Symbols” settings in iOS for release versions? 剥离iPhone应用程序的符号 - Strip symbols for iPhone application 直接从Xcode安装时,iOS应用程序能否包含其调试符号(dSYM文件)? - Can an iOS app include its debug symbols (dSYM file) when installed directly from Xcode? 带有库和应用程序调试符号的XCode项目 - XCode Project with Library and App Debug Symbols Flutter 无法混淆和剥离符号 - Flutter unable to obfuscate and strip symbols 无法生成调试符号 - Failed to generate the debug symbols
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM