Xcode 4 无法启动

发布于 2024-12-05 08:57:28 字数 519 浏览 1 评论 0原文

我目前正在将旧的 OS X 项目从 Xcode 3 GCC 迁移到 Xcode 4 LLVM。

到目前为止,迁移进展顺利。我已将代码从 10.4 更新到 10.6,其中包含许多已弃用的 API,并且一切都编译得很好。

但是当我尝试使用 LLDB 进行调试时,出现以下错误:

error: failed to launch '/Users/trenskow/Library/Developer/Xcode/DerivedData/The_Famous_Web_Editor-ddfqhzdztzzgfrcxaaywyxgtahzx/Build/Products/Debug/The Famous Web Editor.app/Contents/MacOS/The Famous Web Editor'

应用程序自行运行良好(除了我尝试调试的运行时错误)。

当我切换回 LLVM GCC 和 GDB 时,它启动正常,但 Xcode 永远不会在断点处停止。应用程序停止,但我没有得到任何指示 Xcode 命中断点。

I'm currently migrating an old OS X project from Xcode 3 GCC to Xcode 4 LLVM.

The migration has so far gone fine. I've updated the code from 10.4 to 10.6, with a lot of deprecated API, and it all compiles just fine.

But when I try do debug using LLDB, I get the following error:

error: failed to launch '/Users/trenskow/Library/Developer/Xcode/DerivedData/The_Famous_Web_Editor-ddfqhzdztzzgfrcxaaywyxgtahzx/Build/Products/Debug/The Famous Web Editor.app/Contents/MacOS/The Famous Web Editor'

The application runs fine on it's own (besides the runtime errors I am trying to debug).

When I switch back to LLVM GCC and GDB, it launches fine, but Xcode never stops at the breakpoints. The application stops, but I do not get any indication of a breakpoint is being hit by Xcode.

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

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

发布评论

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

评论(2

哆兒滾 2024-12-12 08:57:28

可能性不大,但是:

The Famous Web Editor

Xcode 和编译器有时可能会因项目/目标名称中的空格而出错。这通常出现在损坏的标头或库搜索路径中,因此我不确定它是否适用于此处。但确实值得尝试重命名目标,使其不包含空格。

Long shot, but:

The Famous Web Editor

Xcode and the compiler can sometimes trip over spaces in the project/target name. This usually shows up in broken header or library search paths, so I'm not sure if it applies here. But it's certainly worth a try to rename the target so it contains no spaces.

茶花眉 2024-12-12 08:57:28
First clear your DerivedData  (/Library/Developer/Xcode/DerivedData/) delete every thing from there.

现在重新启动您的 XCode,重新启动您的设备。

运行Xcode

First clear your DerivedData  (/Library/Developer/Xcode/DerivedData/) delete every thing from there.

Now restart your XCode, Restart your device.

run Xcode

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