You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
The text was updated successfully, but these errors were encountered:
When using
domain_name
version 0.6.20231109, the variableSPACESHIP_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 variableSPACESHIP_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 :The text was updated successfully, but these errors were encountered: