From 44726ce1204ffcb3da58495ab5783eca5a418ea0 Mon Sep 17 00:00:00 2001 From: Daniel Arantes Loverde Date: Thu, 9 Jul 2026 17:56:12 -0300 Subject: [PATCH] [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.' --- bitrise.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bitrise.yml b/bitrise.yml index 7c88e83..44d2421 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -112,6 +112,9 @@ workflows: - distribution_method: $BITRISE_DISTRIBUTION_METHOD - automatic_code_signing: api-key - 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: inputs: - itunescon_user: $APPLE_ID @@ -154,6 +157,7 @@ workflows: - scheme: $BITRISE_SCHEME - distribution_method: $BITRISE_DISTRIBUTION_METHOD - automatic_code_signing: api-key + - platform: iOS - fastlane@3: inputs: - lane: release