Xcode debugger doesn't work for a project with multiple targets

I have an Xcode project with many targets. Some files are added to all targets, some to only one. The debugger stopped working, also the intellisense sometimes works, sometimes doesn't.

Have anyone ever had the same problem?

EDIT: Cleaning the project solved the debugger issue. But the intellisense still doesn't work.

链接地址: http://www.djcxy.com/p/68688.html

上一篇: llvm MemDepPrinter段错误

下一篇: Xcode调试器不适用于具有多个目标的项目