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.
Mac OS 10.8,xcode 4.4
当我想执行命令时: dwarfdump --lookup 0x30f425e8 --arch armv7 XyzDemo.app.dSYM
我收到错误:dwarfdump:找不到命令
有谁能够帮助我 ?提前致谢 !
使用 dwarfdump 命令,你需要通过 Xcodes 设置安装命令行工具
谢谢菲茨!