Key password with special characters problem with Fastlane on Windows
jayala opened this issue · 1 comments
jayala commented
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:
And this is the error:
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
I found a workaround for this by adding the app signing parameters in the build.json file of Cordova