Skip to content

Value of type 'Connection' has no member 'key' #1309

@zhenghongyi

Description

@zhenghongyi
do {
  var dbConnection:Connection?
  dbConnection = try Connection("")
  try dbConnection?.key("xxxxxxxx")
} catch {
  print(error)
}

After update to Xcode16.2, I create a new iOS app project, and import the SQLite using the Swift Package Manager(tag 0.15.3),and add the code above, and build, but the error "Value of type 'Connection' has no member 'key'" appears.

How can i solve the it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions