In my test suite in the Objective-C iOS app, errors are not automatically highlighted (things like missing a semicolon, etc.). I need to run tests and then check the build log when the build failed.
Is this normal or did I mess up the configuration? For the rest of the project, error highlighting works as expected.
source
share