[ci-bitrise] Pin xcode-archive platform input to skip broken auto-detect

Same SDKROOT = auto issue as manage-ios-code-signing, this time inside
xcode-archive@5's own platform auto-detection. The step's log names the
fix itself: 'Define the platform step input manually to avoid this
phase in the future.'
This commit is contained in:
Daniel Arantes Loverde
2026-07-09 17:56:12 -03:00
parent 9cf36527cd
commit 44726ce120

View File

@@ -112,6 +112,9 @@ workflows:
- distribution_method: $BITRISE_DISTRIBUTION_METHOD - distribution_method: $BITRISE_DISTRIBUTION_METHOD
- automatic_code_signing: api-key - automatic_code_signing: api-key
- register_test_devices: "no" - register_test_devices: "no"
# SDKROOT = auto on this target (Skip's multi-platform build)
# breaks the step's own platform auto-detection — pin it.
- platform: iOS
- deploy-to-itunesconnect-deliver@2: - deploy-to-itunesconnect-deliver@2:
inputs: inputs:
- itunescon_user: $APPLE_ID - itunescon_user: $APPLE_ID
@@ -154,6 +157,7 @@ workflows:
- scheme: $BITRISE_SCHEME - scheme: $BITRISE_SCHEME
- distribution_method: $BITRISE_DISTRIBUTION_METHOD - distribution_method: $BITRISE_DISTRIBUTION_METHOD
- automatic_code_signing: api-key - automatic_code_signing: api-key
- platform: iOS
- fastlane@3: - fastlane@3:
inputs: inputs:
- lane: release - lane: release