diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 2062c8d..100be4f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -51,6 +51,7 @@ platform :ios do buildlog_path: "./fastlane/fastlane-buildlog", scheme: "DevCycle", workspace: "DevCycle.xcworkspace", + number_of_retries: 1, result_bundle: true ) end @@ -64,6 +65,7 @@ platform :tvos do buildlog_path: "./fastlane/fastlane-buildlog", scheme: "DevCycle", workspace: "DevCycle.xcworkspace", + number_of_retries: 1, result_bundle: true ) end @@ -76,6 +78,7 @@ platform :watchos do derived_data_path: "~/Library/Developer/Xcode/DerivedData", buildlog_path: "./fastlane/fastlane-buildlog", scheme: "DevCycle", + number_of_retries: 1, result_bundle: true ) end @@ -108,6 +111,7 @@ platform :mac do scan( scheme: "DevCycle", workspace: "DevCycle.xcworkspace", + number_of_retries: 1, destination: "platform=macOS" )