-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Ambiguous use of 'SQLITE_DETERMINISTIC' #986
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
Comments
There's something wrong with Modify the Podfile like this:
It's work for me! |
@ToForgive I understand that that works, since that is the version of |
In the meantime SQLCipher 4.4.0 is active. Is there any way to stay up-to-date? Especially with an encrypted database you should try to stay as up to date as possible. |
@stephencelis I have built a simple fix for this problem. Can you please put it into your master? |
I get this problem with |
Oops, bump @stephencelis |
I also have this problem for no reason.
This is an old project. I didn't update anything, and I didn't have this problem before, but now it suddenly appears. |
I also have this problem with ..
.. after upgrading Xcode to version 12.5 (from 11.something) |
I think this Xcode upgrade is also an upgrade from Swift 5.1 to 5.4 |
#1009 may help you. |
@marain87 Thanks for your help. Now, my Podfile is ..
Now I get just one Fatal error from app build ..
Also lots of messages for sqlite3 like so (for 'MIN' & 'MAX') ..
|
Should be fixed in |
Uh oh!
There was an error while loading. Please reload this page.
Xcode Version: 11.3.1
Using Cocoapods
We integrate SQLCipher in with this using the method:
pod 'SQLite.swift/SQLCipher', '0.12.2'
I did a pod update that bumped SQLCipher from
4.2.0
(what we had previously) to4.3.0
and now ourPodfile.lock
looks like this:It was previously this:
With the update it fails to build giving the issue
Ambiguous use of 'SQLITE_DETERMINISTIC'
Looks like there's conflicting values in SQLCipher and SQLite. The issue arises inConnection.swift
The text was updated successfully, but these errors were encountered: