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
Include the SQLite.swift version, commit or branch experiencing the issue.
0.11.5
Mention Xcode and OS X versions affected.
iOS 12
How do do you integrate SQLite.swift in your project?
manual
Issue
Connecting to a database in an AppGroup doesn't work. The database was successfully copied, which I debugged separately. Seems like a general issue. Hope you can reproduce it.
let directory = FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: "group.com.domain.project");
The text was updated successfully, but these errors were encountered:
Build Information
0.11.5
iOS 12
Issue
Connecting to a database in an AppGroup doesn't work. The database was successfully copied, which I debugged separately. Seems like a general issue. Hope you can reproduce it.
let directory = FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: "group.com.domain.project");
The text was updated successfully, but these errors were encountered: