From 44b19a10e355da46758ab3d3a2edd64b7f1112f7 Mon Sep 17 00:00:00 2001 From: aeweda Date: Thu, 30 Nov 2023 16:55:45 +0200 Subject: [PATCH] fix: overwrite screenshots to avoid endless loop --- ios/fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index fd030ac5..30462946 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -71,6 +71,7 @@ platform :ios do automatic_release: true, api_key_path: './key.json', metadata_path: './metadata', + overwrite_screenshots: true, ipa: '../build/ios/ipa/myWitWallet.ipa', precheck_include_in_app_purchases: false, )