From 45a6527e4d18fdc5d2b6b4ba41f92058e57da89e Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Tue, 23 Aug 2022 00:47:04 +0300 Subject: [PATCH] [ios] Specify destination for fastlane to fix upload errors See https://github.com/organicmaps/organicmaps/runs/7961209654?check_suite_focus=true Signed-off-by: Alexander Borsuk --- xcode/fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/xcode/fastlane/Fastfile b/xcode/fastlane/Fastfile index 8c7fcbdcd4..71a11d8451 100644 --- a/xcode/fastlane/Fastfile +++ b/xcode/fastlane/Fastfile @@ -62,6 +62,7 @@ platform :ios do workspace: 'omim.xcworkspace', scheme: 'OMaps', configuration: 'Release', + destination: 'generic/platform=iOS', silent: false, clean: false, include_symbols: true,