From 950bda6cb9a1a21ac5091edc8fd815f42a05f87b Mon Sep 17 00:00:00 2001 From: xmflsct Date: Tue, 11 Oct 2022 22:30:18 +0200 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 1 - 1 file changed, 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c27497fe..66d35884 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -35,7 +35,6 @@ private_lane :build_ios do build_ios_app( export_method: "app-store", include_symbols: true, - include_bitcode: true, output_directory: BUILD_DIRECTORY, silent: false )