Skip to content

Fix argument for fastlane spaceauth command#41

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

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

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