From b151cd26592a0916bf13335e518e0da9665ba406 Mon Sep 17 00:00:00 2001 From: Daniel Arantes Loverde Date: Thu, 9 Jul 2026 18:28:49 -0300 Subject: [PATCH] =?UTF-8?q?[ci-bitrise]=20Remove=20manage-ios-code-signing?= =?UTF-8?q?=20for=20good=20=E2=80=94=20no=20platform=20override=20exists?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same failure again with platform: iOS set. Unlike xcode-archive@5's error ('Define the platform step input manually to avoid this phase in the future'), this step's error gives no such hint — it has no override. Confirmed twice now: this step cannot run on a target with SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx. Back to relying on xcode-archive@5's own automatic_code_signing: api-key alone. --- bitrise.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 99d6335..4475795 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -105,15 +105,6 @@ workflows: - content: | cd $BITRISE_SOURCE_DIR/Darwin agvtool new-version -all $BITRISE_BUILD_NUMBER - - manage-ios-code-signing@2: - inputs: - - distribution_method: app-store - - project_path: $BITRISE_PROJECT_PATH - - scheme: $BITRISE_SCHEME - # SDKROOT = auto on this target (Skip's multi-platform build) - # breaks the step's own platform auto-detection — pin it, - # same fix as xcode-archive@5 below. - - platform: iOS - xcode-archive@5: inputs: - project_path: $BITRISE_PROJECT_PATH @@ -158,12 +149,6 @@ workflows: - content: | cd $BITRISE_SOURCE_DIR/Darwin agvtool new-version -all $BITRISE_BUILD_NUMBER - - manage-ios-code-signing@2: - inputs: - - distribution_method: app-store - - project_path: $BITRISE_PROJECT_PATH - - scheme: $BITRISE_SCHEME - - platform: iOS - xcode-archive@5: inputs: - project_path: $BITRISE_PROJECT_PATH