Norman Breau
Norman Breau
For the time being, you can try utilising [Build Flag](https://cordova.apache.org/docs/en/11.x/guide/platforms/ios/index.html#xcode-build-flags) to pass the `-quiet` flag through... ``` cordova build ios --buildFlag="-quiet" ``` I believe this gets passed to the `xcodebuild`...
> Regardless of verbose output or not, the build process is painfully, and consistently, slow - taking 6+ minutes on every build. What changed that caused a 500% in build...
Encountered using webpack `v4.39.1` I added some console logs, to see when `_source` is null or not. This is my output ``` mod NormalModule has Source? true mod NormalModule has...
Yah, the documentation could have been removed. But `` tag itself isn't deprecated and there is still some potential use cases for it. Such as overriding libraries via [tools:overrideLibrary](https://developer.android.com/studio/build/manifest-merge#override_uses-sdk_for_imported_libraries) attribute....
The entire system that powers the `` and `` doesn't work very well, and there is a lot of known issues surrounding it. If you're able to determine a solution,...
> @GiovanniBattista @breautek I think the idea of using an xml string to identify the code added to AndroidManifest is not as good as it seems to be, bacause in...
This appears to be a problem with the file merging code, which lives in `cordova-common` so I'll move this issue over to that repo.
`github:apache/cordova-plugin-test-framework` should just translate to `git+https://github.com/apache/cordova-plugin-test-framework.git` (by npm) Is this reproducible? Are you sure this isn't a one off network issue? For the record, `cordova plugin add github:apache/cordova-plugin-test-framework --no-telemetry --no-update-notifier`...
I think this will be resolved by https://github.com/apache/cordova-lib/pull/880 which was just merged in. In a day or two, you can test it by installing `cordova@nightly`.
Cordova has a `cordova serve` command that runs a local server that serves the `cordova.js` file as well as your project web assets. It can be used for several different...