bamlab / fastlane-plugin-cordova

Integrate your Cordova build into your Fastlane setup
MIT License
115 stars 39 forks source link

Key password with special characters problem with Fastlane on Windows #56

Closed jayala closed 3 years ago

jayala commented 3 years ago

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

jayala commented 3 years ago

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