Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
zhenghongyi opened this issue Mar 20, 2025 · 0 comments
Open

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

zhenghongyi opened this issue Mar 20, 2025 · 0 comments

Comments

@zhenghongyi
Copy link

zhenghongyi commented Mar 20, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant