From 30cccafcd5eb2ff8af39f3c03d7774d89491f501 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 6 Nov 2018 21:10:18 -0300 Subject: [PATCH] Fix Build on Jenkins (#2326) --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index cc68eec55..6848f5c35 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -333,6 +333,7 @@ platform :ios do export_method: method, skip_profile_detection: true, output_name: "#{app_name}.ipa", + xcargs: '-UseNewBuildSystem=NO', export_options: { signingStyle: 'manual', iCloudContainerEnvironment: 'Production'