andrehtissot / cordova-plugin-fcm-with-dependecy-updated

Google FCM Push Notifications Cordova Plugin
MIT License
209 stars 278 forks source link

Compilation error in Voltbuild #302

Open creatactil opened 1 year ago

creatactil commented 1 year ago

My config.xml

Error: with hook Error: Error: Command failed with Unknown system error -8: /plugins/cordova-plugin-fcm-with-dependecy-updated/scripts/install_ionic_dependencies.bat 2023-03-07 06:32:07,614 - Build failed d887fba6-a8ac-4506-84ec-73f834dd43cb 2023-03-07 06:32:08,448 - Output:

thanks for your help

michaelpeterlee commented 1 year ago

+1

alalca commented 1 year ago

+2

carlossilvamot commented 1 year ago

+3 @alalca @michaelpeterlee @creatactil any workaround?

temptationisla commented 1 year ago

Hi, I have delete the hook in the end for the bat in the plugin.xml file, in my fork https://github.com/temptationisla/cordova-plugin-fcm-with-dependecy-updated and add in platform Android. The bat only verify the presence of @ionic-native/core. In my app cordova, in package.json, I add this: "dependencies": { "@ionic-native/core": "4.20.0" } and the plugin and notification work well. Good develop!