Open jing-zhou opened 6 years ago
this is a bug of the depending plugin 'cordova-plugin-add-swift-support'. upgrade 'cordova-plugin-add-swift-support' to version ^1.7.2 solves the problem see terikon/cordova-plugin-photo-library#124
Hi @jing-zhou i have also facing same issue. Still issue not resolved. I have stuck in this issue last three days. Is there any other solution?.
Hi @jing-zhou i have also facing same issue. Still issue not resolved. I have stuck in this issue last three days. Is there any other solution?.
No Solutions yet. sounds like need to wait until they need to fix
Hello @jing-zhou
1) Remove the plugin cordova plugin remove cordova-plugin-geofence 2) Install manually cordova-plugin-add-swift-support cordova plugin add cordova-plugin-add-swift-support --save https://github.com/akofman/cordova-plugin-add-swift-support 3) Install geofence again cordova plugin add cordova-plugin-geofence Enjoy! (The latest swift-support works fine with cordova 8) and also solve your error.
Hello @digvijayLogistic will this work for cordova 9 also..?
problem description Ionic 4.0.0.beta3 project build ('ionic cordova run android') failed with the follow error prompt: (node:9923) UnhandledPromiseRejectionWarning: Error: Cannot find module '../cordova/platform_metadata'
see https://github.com/ionic-team/ionic-native/issues/2667 Steps to reproduce:
1, following https://beta.ionicframework.com/docs to setup the environement 2, start a new project by
ionic start myApp tabs --type=angular
follow prompt to finish the process, select 'y' to install cordova 3, enter the project folder , type in the following4, type in
ionic cordova run android
and see the build fails and the error occursenvironment config summary Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):