From 1a3c7c68fc9bd9f9beca0d20f7abe531afe021e0 Mon Sep 17 00:00:00 2001 From: Egor Egorov Date: Thu, 16 May 2024 11:55:04 +0300 Subject: [PATCH] Destination for deployment workflow Bitrise deployment workflow fails due to incompatible device type with latest iOS used by default. This commit defined newer device version to align it with other workflows, like pull-request one. --- bitrise.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitrise.yml b/bitrise.yml index 9766dd889..6ff767408 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -78,6 +78,7 @@ workflows: - xcode-test@4: inputs: - scheme: $TEST_SCHEME + - destination: platform=iOS Simulator,name=iPhone 13,OS=15.5 - git-tag@1: inputs: - tag: $NEW_VERSION