views:

25

answers:

0

So, get this: Ever since I've started using XCode to handle my software development (Objective C), I've tolerated the fact that every compile error (every) is being reported twice. I've never had an error count that was an odd number!

So, if I have one syntax error, Xcode reports it twice. This is the same for even the static analyzer errors.

Any thoughts?