We ran into a similar issue, and resolved it by adding "sleep 60" to the Run Script phase in the Xcode Build Phase settings: sleep 60
SCRIPT=${SRCROOT}/splunkmint_postbuild_dsym_upload_script.sh
/bin/sh "${SCRIPT}" "<YOUR_ID>" "<YOUR_KEY>" Hope this helps.
... View more