xcode - 如何在 Xcode 中查看详细的错误消息 "Apple Mach -O Linker Error"?

标签 xcode clang

我只有一个错误,但我不知道究竟是什么。我想在 Xcode 的 std err 中看到确切的链接器错误消息输出。如何在 Xcode 中做到这一点?

最佳答案

右键单击您在 Xcode 中描述的错误消息,然后选择“Reveal in Log”选项。这将显示完整的错误消息。

关于xcode - 如何在 Xcode 中查看详细的错误消息 "Apple Mach -O Linker Error"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43734766/

相关文章:

c++ - clang with -Weverything 标志没有捕获 vector 中不存在的元素

boost - Clang不编译g++项目

xcode - 尝试将字符串与数组中的元素进行比较时出错

ios - 为什么在 Storyboard中看不到我的自定义 View 的预览?

c++ - 为什么 lambda 在 clang 而不是 gcc 上崩溃?

c++ - Clang - 链接时为 "symbol not found"

c++ - 错误 : invalid argument '-std=gnu99' not allowed with 'C++/ObjC++'

iphone - -[__NSArrayM objectAtIndex :]: index 4294967295 beyond bounds for empty array with arc4random

ios - Xcode 警告 : "no rule to process file" and "Directory not found"

ios - 将 NSMutableArray 从一个 View Controller 复制到另一个 View Controller ?