Xcode 4 无法启动
我目前正在将旧的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能性不大,但是:
Xcode 和编译器有时可能会因项目/目标名称中的空格而出错。这通常出现在损坏的标头或库搜索路径中,因此我不确定它是否适用于此处。但确实值得尝试重命名目标,使其不包含空格。
Long shot, but:
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.
现在重新启动您的 XCode,重新启动您的设备。
运行Xcode
Now restart your XCode, Restart your device.
run Xcode