From 4fa303f2c093fb117ece55a0bd81aa4bb15992cb Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Mon, 22 Apr 2019 12:15:08 +0300 Subject: [PATCH] update crashlytics_path --- xcode/commonFastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ff0aae4..32612c6 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -26,7 +26,7 @@ private_lane :uploadToFabric do |options| crashlytics( ipa_path: options[:ipa_path], - crashlytics_path: "./Pods/Crashlytics/", + crashlytics_path: "./Pods/Crashlytics/submit", api_token: token, build_secret: secret, notes_path: releaseNotesFile,