From 20e2ee3c38a18da5d42cba2f37eb90f22bd82fc1 Mon Sep 17 00:00:00 2001 From: Daniel Arantes Loverde Date: Thu, 9 Jul 2026 17:07:09 -0300 Subject: [PATCH] [ci-bitrise] Drop manage-ios-code-signing, redundant with xcode-archive's automatic_code_signing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Step failed: 'no PLATFORM_DISPLAY_NAME config found for (PediFoods App) target'. It queries build settings without pinning an SDK, and this target's SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx (Skip builds Darwin for both iOS and Catalyst-style macOS) makes that ambiguous — LC Wallet's iOS-only target never hits this. xcode-archive@5 already has automatic_code_signing: api-key, which manages signing itself during archive. The separate step was redundant. --- bitrise.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 543c33d..1f066ef 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -54,11 +54,6 @@ workflows: inputs: - content: | echo "DEVELOPMENT_TEAM = $DEVELOPMENT_TEAM" >> "$BITRISE_SOURCE_DIR/Darwin/fastlane/AppStore.xcconfig" - - 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 @@ -108,11 +103,6 @@ workflows: inputs: - content: | echo "DEVELOPMENT_TEAM = $DEVELOPMENT_TEAM" >> "$BITRISE_SOURCE_DIR/Darwin/fastlane/AppStore.xcconfig" - - 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