Xcode target doesn't perform "run script" stage after re-compile

Hi,


I've got Xcode project, and one of its related targets have run-script as the last build phase.


However, it looks that when I recompile the target, this stage doesn't being re-executed, only after cleaning the script runs fine.

Therefore, i'd like to know how can i set this phase as mandatory in every build scenario.


thanks,