Pass path into cordova?
joelwmale opened this issue · 2 comments
joelwmale commented
My folder structure is as follows:
- fastlane / Appfile
- cordova / platforms / android
- Fastfile
So when trying to run fastlane from the root directory - it tries to add an android platform, and says "not a cordova based directory"
I've tried doing:
cordova(
path: 'cordova',
platform: 'android',
keystore_path: 'keystore',
keystore_password: 'pass',
keystore_alias: 'example.com',
key_password: 'pass',
)
but this fails. with You passed invalid parameters to 'cordova'.
rlam3 commented
@joelwmale were you able to resolve this issue?