Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cordova-sqlite-storage build.phonegap.com issue last version (Uh #524

Closed
SvenAtGit opened this issue Jul 29, 2016 · 3 comments
Closed

cordova-sqlite-storage build.phonegap.com issue last version (Uh #524

SvenAtGit opened this issue Jul 29, 2016 · 3 comments

Comments

@SvenAtGit
Copy link

SvenAtGit commented Jul 29, 2016

When using the buildserver https://build.phonegap.com the last version of the cordova-sqlite-storage plugin is not working.

The error is:

"plugman install --platform ios --project /project --plugin cordova-sqlite-storage": Fetching plugin "cordova-sqlite-storage" via npm
Installing "cordova-sqlite-storage" at "1.4.6-pre5" for ios
Error during processing of action! Attempting to revert...
Failed to install 'cordova-sqlite-storage':CordovaError: Uh oh!
"/private/project/cordova/plugins/cordova-sqlite-storage/node_modules/cordova-sqlite-storage-dependencies/sqlite3.c" not found!
at copyFile (/private/project/cordova/lib/plugman/pluginHandlers.js:274:36)
at copyNewFile (/private/project/cordova/lib/plugman/pluginHandlers.js:306:5)

The build server supports until phonegap cli version cli-6.3.0

<preference name="phonegap-version" value="cli-6.3.0" /> 
<plugin name="cordova-sqlite-storage" />

A workaround is to use an older version, however this older version but this is not working for the windows 10 build.

<preference name="phonegap-version" value="cli-6.3.0" /> 
<plugin name="cordova-sqlite-storage" version="1.2.1" />
@brody4hire
Copy link

@brody4hire
Copy link

This is now documented, closing.

Ongoing discussions for Windows:

@Shardj
Copy link

Shardj commented Oct 12, 2017

Do those work with pouchdb? The sqlite adaptor by default uses this plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants