From 4e4bfc12ed9485be8b269da367d6ebd8742c4452 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Sun, 16 Jan 2022 15:27:52 +0100 Subject: [PATCH] Limit downloading dsym to current version --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 919c0f52..aa8e270a 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -108,7 +108,7 @@ private_lane :build_ios do silent: true ) upload_to_app_store( ipa: IPA_FILE, app_version: VERSION ) - download_dsyms + download_dsyms( version: VERSION, build_number: BUILD_NUMBER, wait_for_dsym_processing: true ) sentry_upload_dsym( org_slug: ENV["SENTRY_ORGANIZATION"], project_slug: ENV["SENTRY_PROJECT"],