j3k0 / cordova-plugin-openwith

Get your Cordova App in the O.S. "Share" menu on iOS and Android
MIT License
138 stars 114 forks source link

Adding this pulg-in causes cordova-fetch to fail #45

Open HarelM opened 5 years ago

HarelM commented 5 years ago

I'm not sure I fully understand why, but it seems that adding this plug-in causes my CI to fail. Any idea why would this happen? The error I'm getting is: npm : Failed to fetch platform cordova-android@^7.1.4 Error can be seen here: https://ci.appveyor.com/project/IsraelHikingHost/site/builds/21815028/job/nc9be11w88vn61fj After the next check-in I did to remove this plugin the CI started working again. Your help would be super appreciated as I have no clue why would this happen... I also tried asking here: https://github.com/apache/cordova-cli/issues/357

HarelM commented 5 years ago

According to the linked issue the problem is with the xcode git dependency. Any change to replace it with an official npm package?