fmdb icon indicating copy to clipboard operation
fmdb copied to clipboard

connectionClose crash in applicationWillTerminate

Open Maxim-Gorin opened this issue 4 years ago • 1 comments

As I understood from Firebase Crashlytics: the app crashes when the user closes the app.

- (void)applicationWillTerminate:(UIApplication *)application { [[DBConnection sharedDataBase] connectionClose]; }

Maxim-Gorin avatar Aug 04 '20 16:08 Maxim-Gorin

There's no FMDB code presented here, so I can't say what's going on.

ccgus avatar Aug 04 '20 16:08 ccgus