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