How to check whether xcodebuild succeeded in the post-action shell?
Is there any way to check if xcodebuild is successful in the post-action shell? I want to run a custom script only when the build succeeds. I checked env vars with the set command in the post-action shell, but couldn't…