Hi,
I want to be able to launch a Run Script Build Phase in XCode that does this:
/usr/bin/say "Broke it." if my build fails.
Not sure how to capture the build failure to prompt that though? Two reasons I guess, one "what to catch", two "the build is done so the script has already run in theory... ?"
How would you do this?
Thanks // :)