[ci-bitrise] Drop manage-ios-code-signing, redundant with xcode-archive's automatic_code_signing

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.
This commit is contained in:
Daniel Arantes Loverde
2026-07-09 17:07:09 -03:00
parent 2fda5ae747
commit 20e2ee3c38

View File

@@ -54,11 +54,6 @@ workflows:
inputs: inputs:
- content: | - content: |
echo "DEVELOPMENT_TEAM = $DEVELOPMENT_TEAM" >> "$BITRISE_SOURCE_DIR/Darwin/fastlane/AppStore.xcconfig" 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: - xcode-archive@5:
inputs: inputs:
- project_path: $BITRISE_PROJECT_PATH - project_path: $BITRISE_PROJECT_PATH
@@ -108,11 +103,6 @@ workflows:
inputs: inputs:
- content: | - content: |
echo "DEVELOPMENT_TEAM = $DEVELOPMENT_TEAM" >> "$BITRISE_SOURCE_DIR/Darwin/fastlane/AppStore.xcconfig" 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: - xcode-archive@5:
inputs: inputs:
- project_path: $BITRISE_PROJECT_PATH - project_path: $BITRISE_PROJECT_PATH