You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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?
The text was updated successfully, but these errors were encountered: