Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我正在使用 autotools 在 Mac OS X 上使用 clang 构建产品。我如何“手动”告诉它使用正确的调试格式并将条带转换为有效的 dSYM 文件?
dSYM 捆绑包和文件是否有任何规范?
通过查看 Xcode 的输出找出:
dsymutil <binary> -o <binary>.dSYM strip -S <binary>