Skip to content

Version 0.6.20231109 prevents SPACESHIP_SKIP_2FA_UPGRADE to be used #24

@clmtg

Description

@clmtg

When using domain_name version 0.6.20231109, the variable SPACESHIP_SKIP_2FA_UPGRADE is ignored by Fastlane, even though it is explicitly mentioned within the .env files.

The issue can be resolved by setting the domain_name version to 0.5.20190701 within the Gemfile. With this version, Fastlane is able to utilize the provided variable SPACESHIP_SKIP_2FA_UPGRADE.

It's important to note that with domain_name version 0.6.20231109, Fastlane displays no issues when using puts to show the variable content. However, the variable is not loaded as expected when it needs to be used for signing in. Moreover this occurs regardless the Fastlane version used.

The error produced when Fastlane uses domain_name version 0.6.20231109 :
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions