stephencelis / SQLite.swift

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

App crash in Xcode 10.2 after migrating project swift 3 -> swift 4.2 #895

Closed albertchubakov closed 5 years ago

albertchubakov commented 5 years ago

App crash for this line: try connection.check(sqlite3_prepare_v2(connection.handle, SQL, -1, &handle, nil))

log: "2019-03-28 10:28:40.364847+0300 Router[3268:416103] [logging] near ":_": syntax error"

device: iPhone XS 12.2 Xcode 10.2

Build Information

CocoaPods

tanzolone commented 5 years ago

Duplicate of #888

albertchubakov commented 5 years ago

Duplicate of #888

it still does't work (Cocoapods), but "pod 'SQLite.swift', :git => 'https://github.com/stephencelis/SQLite.swift', :branch => 'master' " is working right.

ypopovych commented 5 years ago

Should be fixed in the new version