-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Xcode 12 Beta SQLite.swift Can't Build #1009
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
Haven't seen these issues, but made some fixes here: #1008 |
I got the same problem with this. Last time I used this #986 to solve on Xcode 11.5 pod 'SQLCipher', '= 4.2.0' But it isn't working on Xcode 12 beta 2 now… |
Beta 4 should fix this issue |
hello, My Xcode Has been update to Beta4,But This issue still happen! |
Still has this issue with Xcode Beta5! |
Same issue on Xcode 12.0 beta 6. |
Still happening on Xcode 12.0 beta 6 (12A8189n) |
Same issue with Xcode 12 GM seed any solutions? |
I'm not sure, but maybe #1006 will help you |
I have found a temporary solution. My podfile now:
So, u have to install version from master. |
Using SQLCipher w/ Xcode 12 GM, I ran into a couple of different issues:
What resolved all of these issues for me was to change the import statement in From: @import SQLite3; To: @import SQLCipher.sqlite3; After making this change and performing a clean & build, all of my build errors have resolved. |
This cartfile works for me: |
Hi guys, this workaround worked for Xcode 12.1 (12A7403) |
Hello, Still not working on the offical Xcode 12.3 application with no mods. Getting the same error. |
Here is the mod: https://github.com/docpitz/SQLite.swift |
Thanks, I will try it out soon and let you know my results. |
Uh oh!
There was an error while loading. Please reload this page.
Build Information
General guidelines
The text was updated successfully, but these errors were encountered: