diff --git a/metrics/build.sh b/metrics/build.sh index 3f78c5ca0e..517d462c95 100755 --- a/metrics/build.sh +++ b/metrics/build.sh @@ -15,7 +15,7 @@ else # Use default args if no were given case "$1" in ios) - target="ipa" + target="ios" args="--release --no-codesign" ;;