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
Marco - I see that the code no longer uses the FCModelDatabaseQueue for handling database operations and instead dispatches to main queue via this inline: fcm_onMainThread. I am running into an issue that seems to be happening much more frequently on iOS10 and I wondering whether you have some info on what prompted this change? As I am hoping this will fix my problem too.
This issue I am seeing is I am getting this error occasionally from FMDB library:
: Unknown error calling sqlite3_step (10: disk I/O error) rs
Ted
The text was updated successfully, but these errors were encountered:
Marco - I see that the code no longer uses the FCModelDatabaseQueue for handling database operations and instead dispatches to main queue via this inline: fcm_onMainThread. I am running into an issue that seems to be happening much more frequently on iOS10 and I wondering whether you have some info on what prompted this change? As I am hoping this will fix my problem too.
This issue I am seeing is I am getting this error occasionally from FMDB library:
: Unknown error calling sqlite3_step (10: disk I/O error) rs
Ted
The text was updated successfully, but these errors were encountered: