Skip to content

Commit 9d31f93

Browse files
committed
fix: Increase retries for xcodebuild showBuildSettings
1 parent 5d62c34 commit 9d31f93

File tree

1 file changed

+1
-0
lines changed
  • packages/flutter_release/lib/platform

1 file changed

+1
-0
lines changed

packages/flutter_release/lib/platform/ios.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ team_id("$teamId")
599599
'skip_build_archive:true',
600600
'archive_path:../build/ios/archive/Runner.xcarchive',
601601
],
602+
environment: {'FASTLANE_XCODEBUILD_SETTINGS_RETRIES': '15'},
602603
workingDirectory: _iosDirectory,
603604
);
604605

0 commit comments

Comments
 (0)