Fix argument for fastlane spaceauth command#41
Conversation
|
Why, does it not work? |
|
Yeah, it doesn't works but now it should works fine. |
|
Can you please provide more details? In what environment it doesn't work? What doesn't work? What happens? What do your changes do and why are they necessary? Thanks |
|
Fix 1 (login): In fastlane_auth, change the spaceauth call to ["fastlane", "spaceauth", "--copy_to_clipboard", "true"] — fastlane 2.236+ now requires a value for that flag. Fix 2 (WWDR cert): Add os.environ["FASTLANE_WWDR_USE_HTTP1_AND_RETRIES"] = "true" near the top of the script so sigh can download Apple's WWDR certificate on CI without failing. |
|
Thanks for the fix, it works fine now |
I was getting this Exception: Error logging in: {'error_code': 1, 'stdout': b'[19:34:34]: \x1b[33mGet started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile\x1b[0m\n\n#######################################################################\n# fastlane 2.236.1 is available. You are on 2.236.0.\n# You should use the latest version.\n# Please update using this pull looks like fix the issue |
No description provided.