-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Will not build on iOS 14 XCode 12 #1039
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
We did this for our project: https://stackoverflow.com/questions/64803179/how-do-i-avoid-build-errors-when-i-include-sqlcipher-pod-in-swift-project/65020426#65020426. |
still had same issue redefinition of bla bla bla, am i miss something ? |
The answer in stack overflow worked for our project, dunno any further... |
I'm using Xcode 12.3, and affects devices on iOS 14+.
Here is the version of SQLite.swift I am using in my podfile:
pod 'SQLite.swift/SQLCipher', '~> 0.12.0'
This was working 3-4 months ago when I checked last. Now it gives me compiler errors:
And it seems I'm not the only one to experience this issue:
https://stackoverflow.com/questions/63971403/why-does-xcode12-give-me-sqlite-compiler-error
They have identified a workaround, but I would have to abandon the SQLCipher branch, which would be a very bad idea because of what I am using the package for.
Is there any chance we could get this to a point where it can compile without wonky workarounds?
Otherwise, I will be completely screwed for relying on this package when I built it into the app I'm maintaining in April of 2020. If you're going to abandon a package, say as much so that people don't build it into their projects, and so that people who have it in their projects already can start replacing it.
The text was updated successfully, but these errors were encountered: