Dick Verweij

Results 19 comments of Dick Verweij

Advice ? :-) The cordava build system (next to the NPM package hell) is really a beast on its own. Now that we automated our ionic IOS and android builds...

I installed the latest version but there is a bug in iosAddTarget.js. if you add the platform for the first time you get the following error: Error: ENOENT: no such...

@BenjaminPoncet > cordova -v 9.0.0 ([email protected]) We work with an automatic (devops) build system. This means everything is build cleanly: "dependencies": { "cc.fovea.cordova.openwith": "git+https://github.com/j3k0/cordova-plugin-openwith.git", we pull the lastest version from...

another side effect of the new version is that the CODE_SIGN_ENTITLEMENTS property is overwritten in the project file (for the main target of the app)

regarding the directory copy problem: from cordova prepare .. the hook "before prepare" is fired BEFORE the call from restore.installPluginsFromConfigXML.. thus the "before prepare" hook is never called.. ``` return...

@BenjaminPoncet shall I submit a new issue for the CODE_SIGN_ENTITLEMENTS problem? My project main target has other entitlements (associated domains, etc) and those are overwritten by the new entitlements fix.

error: Because no versions of focus_detector match >2.0.1 =2.0.0-nullsafety.0 =2.0.0-nullsafety.0 2.0.1

thanks, will there be a new release on pub.dev? to support visibility_detector 0.3.3?

@pushpendraKh I am not the maintainer..