bamlab / fastlane-plugin-cordova

Integrate your Cordova build into your Fastlane setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass path into cordova?

joelwmale opened this issue · comments

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'.

commented

@joelwmale were you able to resolve this issue?

I was not sorry @rlam3. I have since moved on from that project, sorry.