stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

MISSING REQUIRED MODULE 'SQLITEOBJC' WITH SQLITE.SWIFT-SWIFT #1150

Closed lizhongfu closed 1 year ago

lizhongfu commented 1 year ago

pod 'SQLite.swift', :git => 'https://github.com/stephencelis/SQLite.swift.git'

nathanfallet commented 1 year ago

Try to replace with following:

pod 'SQLite.swift', '~> 0.13.3'