storesafe / cordova-sqlcipher-adapter

A Cordova/PhoneGap plugin to create and access encrypted databases on Android, iOS, and Windows with API similar to HTML5/Web SQL API
Other
89 stars 55 forks source link

Trying to remove any _other_ plugin results in an error when this plugin is installed #73

Closed chrisweight closed 6 years ago

chrisweight commented 6 years ago

When trying to run a cordova plugin remove cordova-plugin-* with this plugin installed, this consistently returns:

Uninstalling cordova-plugin-* from android
Subproject Path: CordovaLib
Removing "cordova-plugin-*"
Error: Cannot find plugin.xml for plugin "cordova-sqlite-storage". Please try adding it again.
[ERROR] An error occurred while running subprocess cordova.

        cordova plugin remove cordova-plugin-* --save exited with exit code 1.

        Re-running this command with the --verbose flag may provide more information.

This is with cordova-android@6.4.0, cordova cli @ 7.1.0

I have tried this with a number of different plugins, with the same result

chrisweight commented 6 years ago

Morning! Any thoughts on this? Do you need more detail from me?

brodycj commented 6 years ago

A demo project would be helpful.

It looks like you are using old Cordova version, which I generally do not test on any more.

I would upgrade to the latest version of Cordova then add all plugins and platforms from scratch.

I hope you are not keeping the plugins and platforms in a repository.

On Wed, Aug 15, 2018, 5:55 AM Chris Weight notifications@github.com wrote:

Morning! Any thoughts on this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/litehelpers/Cordova-sqlcipher-adapter/issues/73#issuecomment-413150047, or mute the thread https://github.com/notifications/unsubscribe-auth/ABfNUBGhaAoFaBEhqr4byOA3QSIJ9zLdks5uQ-__gaJpZM4V4Auy .

chrisweight commented 6 years ago

no, not keeping those in a repo!

We have over 30 plugins in use in this project. I will try and find time to do that. Wish me luck!

chrisweight commented 6 years ago

That seems to have sorted it, will close this and re-visit if needed