I\'ve been tasked to work on a project that has some confusing attributes.
The project is of the nature that it won\'t compile for the iPhone Simulator And the iPhon
You can define additional compiler flags for individual source files as follows:
However it sounds like a better solution in your case is just to duplicate the target and have two targets - one for an actual device and one for the simulator. Inherit common build settings from the project level and just tweak the per-target build settings as necessary.