XCode 4 错误/警告当我单击它们时不会跳转到代码

发布于 2024-11-04 18:36:15 字数 113 浏览 0 评论 0原文

嘿,这是 XCode 4 的一个小问题,让我很烦恼。当我单击左侧面板上的警告或编译错误时,我不会看到代码中的错误所在。这曾经在 XCode 3.x 中有效,但现在不再有效。

还有其他人看过这个吗?

Hey this is a small issue with XCode 4 that is annoying me. When i click on warnings or compile errors on the left hand panel, I am not taken to where the error is on the code. This used to work in XCode 3.x but no more.

Anyone else seen this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

过期情话 2024-11-11 18:36:15

我找到了一种更有效的方法...

在左侧面板中,单击“显示日志导航器”,它的按钮看起来像一个对话框。现在下面将显示每个构建的日志。这就像旧的 Xcode,并且会显示错误/警告。当您双击错误时,它将打开文件到错误所在的行。

Ive found a way that works more often than not...

In the left hand panel, click on the "Show the log navigator", its the button which looks like a speech bubble. Now underneath will show the logs for every build. This is like the old Xcode, and will show errors/warnings. When you double click on the errors it will open the file to the line of the error.

俏︾媚 2024-11-11 18:36:15

我遇到了同样的问题,并通过将编译器从 LLVM GCC 4.2 切换到 LLVM Version 2.0 来修复它。

I had this same problem and fixed it by switching the compiler from LLVM GCC 4.2 to LLVM Version 2.0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文