dsym 文件 UUID 与 xx 中的不匹配,没有符号 table 被加载到 eclipse CDT 中

dsym file UUID doesn't match the one in xx, No symbol table is loaded in eclipse CDT

我正在尝试在 eclipse CDT 中调试 C++ 项目。它构建良好,运行良好。 我不知道出了什么问题。我想知道有没有我设置错误的link。我收到此错误:警告:dsym 文件 UUID 与 /Users/project-path/src/simple_client 中的不匹配 没有加载符号 table。使用 "file" 命令。`

我已通过 macports 安装了最新的 gdb/ggdb。 另外,我应该选择 Cross GCC 还是 MACOSX 工具链?

谢谢。

在某些情况下,它有助于 "make clean" 而不是 "rm -fr simple_client.dSYM" 在二进制构建文件夹中。 你也可能想阅读这个 http://lists.apple.com/archives/xcode-users/2007/Dec/msg00139.html