-1

I updated my Xcode awhile ago and my queries don't seem to work anymore.

I use SQLite.Swift framework by stephencelis

Cœur
  • 37,241
  • 25
  • 195
  • 267
Z. Molina
  • 3
  • 2
  • Then contact the creator/maintainer of the framework about it instead of posting a notice (I see no question asked here) about it on stackoverflow.com – Joakim Danielson Apr 10 '19 at 06:26

2 Answers2

0

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:
Screenshot of current github page

Cœur
  • 37,241
  • 25
  • 195
  • 267
Zeeshan Ahmed
  • 834
  • 8
  • 13
0

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

Vergiliy
  • 1,248
  • 1
  • 13
  • 22