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 ...
If your data needs are basic CoreData can seem like a great starting point. You have a way to define models and relationships. There is a clear migration path and it has Xcode tooling. There doesn’t ...