bamlab / fastlane-plugin-cordova

Integrate your Cordova build into your Fastlane setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Key password with special characters problem with Fastlane on Windows

jayala opened this issue · comments

Hello,
I'm trying to use fastlane on Windows with PowerShell.

It all run smoothly on other projects, but I have one JKS with a password that contains special characters and that seems to break the script.

This is the config:

image

And this is the error:

image

As you can see it is escaping the "<" character and that breaks the command. When I remove the special character the command continues perfectly but doesn't work because the password is incorrect.

Is there any way of avoid the special character escaping?

Fastlane version: 2.171.0
Windows 10 + PowerShell

I found a workaround for this by adding the app signing parameters in the build.json file of Cordova