I have a target in Xcode (containing my unit tests) that cannot be built in Release configuration, only in Debug and my own TestRelease configuration. I then have a composite target that builds my unit tests, application, and some external dependencies.
Is there a way to prevent my unit test target from being built in Release configuration?