In my test bundle in an Objective-C iOS app, errors are not highlighted automatically (things like missing semicolon etc). I have to run the tests and then check the build log when the build fails.
Is that normal or have I messed up the configuration? For the rest of the project, error highlighting works as expected.