I am working an iOS project that’s being deployed with Fastlane. However, during the Fastlane match, I don’t have the password to decrypt the repo.
Here is the error message :
bad decrypt - Couldn't decrypt the repo, please make sure you enter the right password!
How could I reset it ..? Looking at community's questions, I tried several manipulations, like Fastlane nuke, but the current password is asked.
Here is my MatchFile :
git_url "https://xxx/_git/xxx"
git_branch "master"
clone_branch_directly true
force_for_new_devices true
type "development"
username "xxx@xxx.com"
Thanks,