diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 0dd5510..8219704 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -42,6 +42,7 @@ private_lane :buildConfiguration do |options| uploadToFabric = options[:uploadToFabric] icloudEnvironment = options[:iCloudContainerEnvironment] || "" exportOptions = icloudEnvironment.to_s.empty? ? {} : {iCloudContainerEnvironment: icloudEnvironment} + exportOptions[:compileBitcode] = options[:compileBitcode] || false gym( clean: true,