From 9cf36527cde93fb78ad736b9b1bf5c8bde4ee7cd Mon Sep 17 00:00:00 2001 From: Daniel Arantes Loverde Date: Thu, 9 Jul 2026 17:43:23 -0300 Subject: [PATCH] =?UTF-8?q?[ci-bitrise]=20Drop=20manage-ios-code-signing?= =?UTF-8?q?=20=E2=80=94=20can't=20parse=20this=20multi-platform=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fails with 'no PLATFORM_DISPLAY_NAME config found for (PediFoods App) target'. SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx on this target (Skip's build) makes the step's platform detection ambiguous. xcode-archive@5's own automatic_code_signing: api-key already handles signing, so the step was redundant on top of being broken here. --- bitrise.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index ea4fa39..7c88e83 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -105,13 +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 - # MANUAL: Upload .p12 cert + .mobileprovision in - # Bitrise → Code Signing tab BEFORE running this workflow - xcode-archive@5: inputs: - project_path: $BITRISE_PROJECT_PATH @@ -155,11 +148,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 - xcode-archive@5: inputs: - project_path: $BITRISE_PROJECT_PATH