From 9a37283e61cc05836935d6541f54c8b2e0b15618 Mon Sep 17 00:00:00 2001 From: markm39 Date: Sun, 30 Aug 2026 09:03:24 -0500 Subject: [PATCH] chore(store): let deliver create the editable app version (1.3) deliver attaches metadata to an editable App Store version; with 1.2 live and skip_app_version_update true it looped on 'Cannot find edit app store version'. Pin app_version 1.3 so the draft is created when missing. Claude-Session: https://claude.ai/code/session_01Bx3msVo4B29pkkvR2QpFef --- fastlane/Deliverfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fastlane/Deliverfile b/fastlane/Deliverfile index 1358883..88fae8a 100644 --- a/fastlane/Deliverfile +++ b/fastlane/Deliverfile @@ -10,7 +10,12 @@ team_id "U2CPXQV7AJ" # Metadata only: never touch the binary or screenshots from this config. skip_binary_upload true skip_screenshots true -skip_app_version_update true + +# Metadata attaches to an EDITABLE version in App Store Connect. Creating the +# draft version if it does not exist yet is required - without it deliver +# loops on "Cannot find edit app store version". Keep this in sync with the +# version being prepared for release. +app_version "1.3" # Metadata is reviewed locally in git; precheck mostly duplicates that. precheck_include_in_app_purchases false