-
Notifications
You must be signed in to change notification settings - Fork 714
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
upgrade to cordova-ios 4.0 #338
Comments
This is because they quietly removed |
I just filed https://issues.apache.org/jira/browse/CB-9638. |
Hi Chris, Do you mean that this is the only breaking change regarding your plugin? Thanks, On Thu, 10 Sep 2015 at 16:34 Chris Brody [email protected] wrote:
|
Yes, and I am about to disable it.
Thanks, none of those changes affect this plugin. |
Just fixed to build with cordova-ios 4.0, please close if it works for you. |
It compiles :) Can you confirm that the compilation has a lot of warnings like these?
|
Yes, unfortunately. Ideally, we should add the compilations flags to plugin.xml to suppress these warnings on sqlite3.c. |
Just checking ;) Anyways, thanks for the lightning fast response. |
You can find solution on my blog post. http://phonegapcmsworld.blogspot.in/2016/06/warning-sqlite3c-ambiguous-expansion-of.html Solution: add “-Wno-ambiguous-macro” into “Other C flags” |
Hello Chris, I'm using sql-cipher-adapter and seeing three warnings in Xcode related to sqlite3.c. If I understand correctly from the above comments, can these be ignored? Lexical or Preprocessor Issue
User Defined Issue
Unused Entity Issue
Using: Thanks Ryan |
Please upgrade the cordova-sqlite-storage plugin so it supports cordova-ios 4.0
The new cordova version finally supports WKWebView which has much better performance.
Unfortunately, there are breaking changes in the API which means all plugins need to upgrade.
Please check: https://shazronatadobe.wordpress.com/
The text was updated successfully, but these errors were encountered: