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
Using SQLTable to create the database in the app, I committed out the line
// if copyFile {
in SQLiteBase.swift
such that the database would appear in the Documents directory (to view in SQLite Manager) and data would remain after first launch from Xcode.
It was previously working correctly with the Swift 3 builds. Please advise.
The text was updated successfully, but these errors were encountered:
Using SQLTable to create the database in the app, I committed out the line
// if copyFile {
in SQLiteBase.swift
such that the database would appear in the Documents directory (to view in SQLite Manager) and data would remain after first launch from Xcode.
It was previously working correctly with the Swift 3 builds. Please advise.
The text was updated successfully, but these errors were encountered: