Creating a post-build step in Xcode 3.2
Posted
by jsheehy
on Stack Overflow
See other posts from Stack Overflow
or by jsheehy
Published on 2010-05-22T00:27:49Z
Indexed on
2010/05/22
0:30 UTC
Read the original article
Hit count: 491
xcode
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
© Stack Overflow or respective owner