From aea761f314342c697cc7b3ab05932d9eab48b4c0 Mon Sep 17 00:00:00 2001 From: Igor Mandrigin Date: Thu, 25 Apr 2019 12:18:39 +0200 Subject: [PATCH] workaround issue with building iOS release builds Signed-off-by: Igor Mandrigin --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e901b0206c..db0c4450ea 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -217,6 +217,7 @@ platform :ios do clean: true, export_method: "app-store", output_directory: "status_appstore", + include_symbols: false, # Temporary fix for Xcode 10.1 xcargs: "-UseModernBuildSystem=N", export_options: {