Hello
OSX 10.7, Xcode 4.6.2, icc 13.0.2.171
For some projects the compile errors aren't printed in log, can't be navigated with Xcode issues navigator and aren't hilited in sources. There is only a message "compilation aborted for <file name> code 2" - that's all. But all errors are printed as they should in .diag file. It looks like output is redirected to the .diag file no matter "Emit Diagnostics to File" is off. How to fix it?
Thx