Fix several build errors.

This commit is contained in:
Brent Simmons
2024-03-13 21:03:52 -07:00
parent 5b4ffdafba
commit 6725bedc64
6 changed files with 34 additions and 26 deletions

View File

@@ -102,7 +102,7 @@ public actor SyncDatabase {
#endif
}
func resume() {
public func resume() {
#if os(iOS)
if database == nil {
self.database = FMDatabase.openAndSetUpDatabase(path: databasePath)