Open mohammadrafigh opened 4 years ago
I get the same issue with :
"tns-ios": { "version": "6.5.2" },
it think it is the same issue as this one https://github.com/NativeScript/nativescript-cli/issues/5391
@farfromrefug I don't think it's the same issue.
Environment
Describe the bug running
ns build android --release --env.snapshot --env.compileSnapshot --env.uglify --keyStorePath <KEYSTORE> --keyStorePassword <PASSWORD> --keyStoreAlias <ALIAS> --keyStoreAliasPassword <PASSWORD> --aab
throws
Adding this to package.json resolves the error but I think it's not intended to be like that in NS7:
To Reproduce