Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Missed errors report in Xcode

Igor_Igor
Beginner
292 Views

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

0 Kudos
1 Reply
Denis_B_Intel1
Employee
292 Views

Hi Igor,

Could you insert here the log from compilation with the error? (make sure you expand line starting with "CompileICC" in Log browser)

I would suggest using more recent version of compiler if possible, e.g. 15.0. There is a chance that it has no such problem.

Thanks,
Denis

 

0 Kudos
Reply