Skip to content

Fix argument for fastlane spaceauth command#41

Closed
Mikasa-san wants to merge 3 commits into
SignTools:masterfrom
Mikasa-san:master
Closed

Fix argument for fastlane spaceauth command#41
Mikasa-san wants to merge 3 commits into
SignTools:masterfrom
Mikasa-san:master

Conversation

@Mikasa-san

Copy link
Copy Markdown

No description provided.

@ViRb3

ViRb3 commented Jun 13, 2026

Copy link
Copy Markdown
Member

Why, does it not work?

@Mikasa-san

Copy link
Copy Markdown
Author

Yeah, it doesn't works but now it should works fine.

@ViRb3

ViRb3 commented Jun 13, 2026

Copy link
Copy Markdown
Member

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

@Mikasa-san

Copy link
Copy Markdown
Author

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.

@siieo

siieo commented Jun 14, 2026

Copy link
Copy Markdown

Thanks for the fix, it works fine now

@Hamadstore

Copy link
Copy Markdown

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

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 gem install fastlane.\n#######################################################################\n# Run gem cleanup from time to time to speed up fastlane\n#######################################################################\n\n\x1b[32m2.236.1 Improvements\x1b[0m\n* Revert "[transporter] Decode Base64 key content for .p8 file generation in Al\xe2\x80\xa6" (#30066) via Connor Tumbleson (@iBotPeaches)\n\n\x1b[32mPlease update using gem install fastlane\x1b[0m\n', 'stderr': b'missing argument: --copy_to_clipboard\n'}

this pull looks like fix the issue

@ViRb3

ViRb3 commented Jul 16, 2026

Copy link
Copy Markdown
Member

This PR contains a lot of unrelated changes. I isolated the flag fix in 8790863 and confirmed signing works with 2FA, so closing the PR. Thank you for the heads up though!

@ViRb3 ViRb3 closed this Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants