Tre*_*kow 10 debugging xcode llvm xcode4 lldb
我目前正在将旧的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'
Run Code Online (Sandbox Code Playgroud)
应用程序运行良好(除了我试图调试的运行时错误).
当我切换回LLVM GCC和GDB时,它启动正常,但XCode永远不会在断点处停止.应用程序停止,但我没有得到任何迹象表明XCode正在击中断点.
提前致谢.
远射,但是:
The Famous Web Editor
Run Code Online (Sandbox Code Playgroud)
Xcode和编译器有时会跳过项目/目标名称中的空格.这通常显示在损坏的标题或库搜索路径中,因此我不确定它是否适用于此处.但是,尝试重命名目标以使其不包含空格当然是值得的.
归档时间: |
|
查看次数: |
5275 次 |
最近记录: |