From 271ae63dacb6b5fc183dbec7be180b1be78203b8 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Mon, 3 Jan 2022 20:20:54 +0100 Subject: [PATCH] Enable uploading dsym with bitcode --- fastlane/Fastfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 89799d8f..919c0f52 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -1,4 +1,4 @@ -fastlane_version "2.180.1" +fastlane_version "2.199.0" skip_docs ensure_env_vars( @@ -108,6 +108,11 @@ private_lane :build_ios do silent: true ) upload_to_app_store( ipa: IPA_FILE, app_version: VERSION ) + download_dsyms + sentry_upload_dsym( + org_slug: ENV["SENTRY_ORGANIZATION"], + project_slug: ENV["SENTRY_PROJECT"], + ) else if !is_ci match( type: "adhoc", readonly: true )