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'