IOS upload symbol files for crash reporting fail
/Users/appledev018/LarsonApp/Pods/FirebaseCrash/upload-sym-util.bash:335: error: curl exited with non-zero status 35. hello Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure I follow the guide to set up firebase crash reporting and when I run my project get above error and following is my script echo "### hello world" GOOGLE_APP_ID=1:688585241582:ios:0203552cad37c112 echo "### hello google" "${PODS_ROOT}"/FirebaseCrash/upload-sym "${PROJECT_DIR}/ServiceAccount.json" echo "### hello" Enable "Run Script only when install" in build phases. Then it'll run as