什么是Xcode中的调试符号 [英] What are debug symbols in xcode

查看:71
本文介绍了什么是Xcode中的调试符号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是调试符号?用法是什么?

what is a debug symbol? and what is the usage?

能否将带有调试符号的应用提交到应用商店?

Will be able to submit an app with debug symbols to appstore?

请帮助!

预先感谢.

推荐答案

dSym在归档项目时生成.

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.

这篇关于什么是Xcode中的调试符号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆