I've run into an issue with defining preprocessor macros for different build targets.
I'm adding distinct flags to the Build Settings for each of the targets by setting Preprocessor Macros for all configurations to $(inherit) and SOME_FLAG, where SOME_FLAG may be different for each target. This works fine for most of my targets, but not for all. I've tried restarting Xcode, cleaning the targets and repeating the procedure above for other targets (which work).
In the project level build settings I only have DEBUG=1 for the debug config.
I'm totally at a loss, so any hints on where to start looking are greatly appreciated.