I configured MATCH_PASSWORD in circle CI env but every time it’s start building it’s failed in code-signing but when I run the same lane in the local it able to decrypt the certificate. both password are same
Can someone help me to move forward?
[08:55:24]: wrong final block length
[08:55:24]: Couldn’t decrypt the repo, please make sure you enter the right password!
±--------------------------±-------------------------------------------------------+
| Lane Context |
±--------------------------±-------------------------------------------------------+
| DEFAULT_PLATFORM | ios |
| PLATFORM_NAME | ios |
| LANE_NAME | ios uat_firebase |
| KEYCHAIN_PATH | ~/Library/Keychains/fastlane_tmp_keychain |
| ORIGINAL_DEFAULT_KEYCHAIN | “/Users/distiller/Library/Keychains/login.keychain-db” |
±--------------------------±-------------------------------------------------------+
[08:55:24]: Invalid password passed via ‘MATCH_PASSWORD’
±-----±------------------±------------+
| fastlane summary |
±-----±------------------±------------+
| Step | Action | Time (in s) |
±-----±------------------±------------+
| 1 | default_platform | 0 |
| 2 | setup_circle_ci | 0 |
| | sync_code_signing | 1 |
±-----±------------------±------------+
[08:55:25]: fastlane finished with errors
Thanks in advance.