5

假设我正在使用 autotools 在 Mac OS X 上使用 clang 构建产品。我如何“手动”告诉它使用正确的调试格式并将条带转换为有效的 dSYM 文件?

dSYM 捆绑包和文件是否有任何规范?

4

1 回答 1

11

通过查看 Xcode 的输出找出:

dsymutil <binary> -o <binary>.dSYM
strip -S <binary>
于 2014-11-12T01:05:33.543 回答