[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:
10
bitrise.yml
10
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
|
||||
|
||||
Reference in New Issue
Block a user