I updated my Xcode awhile ago and my queries don't seem to work anymore.
I use SQLite.Swift framework by stephencelis
I updated my Xcode awhile ago and my queries don't seem to work anymore.
I use SQLite.Swift framework by stephencelis
They haven't updated the lib for Swift 5. You can make a request on github currently it's compatible for Swift 4.2 so you either need to downgrade Xcode version to 10.1 or request them.
Screenshot of current github page:
Till SQLite.swift
doesn't release any update, you could try to modify
the library manually. Solution here: Problem with SQLite.swift after migration to Swift 5