From 97202a251557b39b8458bc9783e491d0f762fe44 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Wed, 21 Sep 2022 13:10:00 -0600 Subject: [PATCH] fix syntax error --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 1f0f7c68cd27..dcf54d46f828 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -141,7 +141,7 @@ platform :ios do end upload_symbols_to_crashlytics( - app_id: "1:921154746561:ios:216bd10ccc947659027c40" + app_id: "1:921154746561:ios:216bd10ccc947659027c40", dsym_path: lane_context[SharedValues::DSYM_OUTPUT_PATH], gsp_path: "./ios/GoogleService-Info.plist", binary_path: "./ios/Pods/FirebaseCrashlytics/upload-symbols"