Sqlite.swift: Use of unresolved identifier 'Connection'

Created on 6 Jan 2018  路  2Comments  路  Source: stephencelis/SQLite.swift

Hi Stephencelis,

I am trying to make a Database Connection using the SQLite.swift library. But it's giving me the Use of unresolved identifier 'Connection'.

I am using Xcode 9.

screen shot 2018-01-06 at 11 02 05 pm

Please help me I am here new to use this Library. I am not getting any way to read of this issue.

Most helpful comment

I think SQLite3 is a C library. To use the SQLite.swift library, import SQLite. (Not SQLite3)

All 2 comments

I think SQLite3 is a C library. To use the SQLite.swift library, import SQLite. (Not SQLite3)

Thank You, for your precious suggestion. I have solved it by my-self, I have to create a Bridge-Header for the SQLite3 and the problem solved.

Was this page helpful?
0 / 5 - 0 ratings