Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid password passed via 'MATCH_PASSWORD' #2004

Open
skywinder opened this issue Mar 13, 2025 · 2 comments
Open

Invalid password passed via 'MATCH_PASSWORD' #2004

skywinder opened this issue Mar 13, 2025 · 2 comments
Assignees

Comments

@skywinder
Copy link
Collaborator

skywinder commented Mar 13, 2025

script

bash setup.sh ios

seems to be broken in #1998

CleanShot 2025-03-13 at 18 10 08@2x
also got this error with running manually

MATCH_PASSWORD=omi bundle exec fastlane match development --readonly \
            --app_identifier com.friend-app-with-wearable.ios12.development \
            --git_url "[email protected]:BasedHardware/omi-community-certs.git" 
@skywinder skywinder assigned skywinder and beastoin and unassigned skywinder Mar 13, 2025
@superacacac
Copy link

I'm stuck at this point as well. After running bash setup.sh ios, it keeps showing "Cloning remote git repo... If cloning the repo takes too long, you can use the clone_branch_directly option in match." for a long time without any response. Using "clone_branch_directly" doesn't help either. How can I solve this issue?

@beastoin
Copy link
Collaborator

for the match password issue, use $fastlane, not $bundle exec fastlane. so:

could you try the command bellow then enter omi in the pass phrase prompt afterward ?

$ fastlane match development --readonly --app_identifier com.friend-app-with-wearable.ios12.development --git_url "[email protected]:BasedHardware/omi-community-certs.git"

for the cloning repo issue, pls continue here #2039

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

No branches or pull requests

3 participants