From b2886a815826486249cbf2562b3bfa1e421ae744 Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Wed, 25 Oct 2017 21:19:00 +0300 Subject: [PATCH] Disabled bitcode compilation --- xcode/commonFastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 0dd5510..8441e9f 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -52,6 +52,7 @@ private_lane :buildConfiguration do |options| configuration: configuration, export_method: method, export_options: exportOptions, - skip_package_ipa: !uploadToFabric + skip_package_ipa: !uploadToFabric, + include_bitcode: false ) end