I'm actually looking for a genuine "post build" phase - not the Run script stage. The reason for this is that I want to do some parsing of a target's build-state.dat which is where Xcode puts all of its build output.
The problem is that this file isn't actually created until after the build has succeeded or failed, thus anything in the Run Script phase can't see it.
Any clues?
Thanks