-
Notifications
You must be signed in to change notification settings - Fork 715
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
XCode build fails: Redefinition of enumerator 'SYNTAX_ERR' #868
Comments
It looks like |
Any progress on this? |
I hope to make this soon, please followup if I don't fix this in the next 1-2 weeks or so. |
Should be fixed with a quick workaround in version 3.4.0. I will need some time to propagate this workaround update into the other SQLite plugin versions. |
Thanks will check soon :) |
@brodybits it works with 3.4.0 |
The error started to appear when I added the below cordova plugins to the project where cordova-sqlite-storage plugin already existed
The cordova-sqlite-storage plugin has WebSQLError enum with SYNTAX_ERR = 5 and cordova-plugin-file plugin has CDVFileError enum with SYNTAX_ERR = 8. It seems to be the problem with the same name for these enums.
The text was updated successfully, but these errors were encountered: