fastlane-plugin-cordova icon indicating copy to clipboard operation
fastlane-plugin-cordova copied to clipboard

Integrate your Cordova build into your Fastlane setup

Results 23 fastlane-plugin-cordova issues
Sort by recently updated
recently updated
newest added

![GitHub Action - Upload artifact to Github](https://user-images.githubusercontent.com/63857624/171629338-948c284c-505d-4880-a838-136531e46ef5.PNG) ### Steps to Reproduce: **1. Pushed code to GitHub for .AAB, and commented out .APK** **2. Error** [build_android](https://github.com/lessimp/lessimp/runs/6707705419?check_suite_focus=true#step:8:12) Path does not exist /home/runner/work/lessimp/lessimp/build/app/outputs/apk/release/app-release.aab...

When trying to build for android, we get this error: Build-tool 32.0.0 is missing DX at /Users/runner/Library/Android/sdk/build-tools/32.0.0/dx Cordova only supports Android build tools upto 30.3. By default, Cordova 10 tries...

Updated the RuboCop configuration file so that Travis CI builds no longer fail. https://docs.rubocop.org/rubocop/1.19/cops_style.html#stylemissingrespondtomissing The changes were based on the error output from this failed run on Travis CI: https://app.travis-ci.com/github/bamlab/fastlane-plugin-cordova/builds/230500476...

In order to perform a complete clean build (without calling clean), it makes sense to remove a platform (with all traces of a previous build) before adding it again. Previously...

This makes it so you can add a parameter in your Fastfile that will make this plugin work with yarn. I think that it may only be required for yarn...

working with version 3.0.0 was great, the CI updated to 3.1.0 and now I'm getting Unknown method 'params' and android build fails, nothing was changed in the fastfile, reverting to...

i'm using teamCity, and fastlane to build my cordova android apps, when adding: cordova( platform: 'android', release: false ) i get: FastlaneCore::Interface::FastlaneShellError: [!] Exit status of command 'npx --no-install cordova...

As of cordova-android 8.1 there is new support for producing Android Application Bundles (aab). This was done as via https://github.com/apache/cordova-android/pull/764 Documentation is ... minimal but the following does work ```...

Bonjour l'équipe BAM, J'aimerai utiliser votre projet dans une configuration particulière. Le dossier fastlane se trouve à la racine mais pas le dossier cordova... est ce que vous avez prévu...