Hello Robbie,
I'm using YapDatabase v2.7.3 in one of my projects and today I started receiving following errors on my device (iPhone6, 8.1.4)
<Critical>: SQLite: No temporary directory is accessible. This is not a legitimate configuration. Either the process environment or its sandbox is misconfigured. Various library routines will error out abruptly.
YapDatabaseConnection: Error executing 'yapSetDataForKeyStatement': 23 authorization denied | --[YapDatabaseConnection incrementSnapshotInDatabase]:2740
YapDatabaseTransaction: Error executing 'yapSetDataForKeyStatement': 23 authorization denied | --[YapDatabaseReadWriteTransaction setStringValue:forKey:extension:]:5757
That's strange, cause DB setup wasn't changed during app development and haven't generated any warnings / errors. I checked that DB path is set correctly (exists and non-nil), did some fresh app installs and still get the same warnings.
Could you please tell if I'm missing something? (google wasn't much of a help)
Thanks in advance!