-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue :: when i'm run for ios #940
Comments
I have a similar issue when running from xcode.
|
This happens because of workaround for issue #666. You can ignore it in the beginning.
I think that happens because you open the database and attempt a SQL statement right away. In case a SQL statement is not working, it would be best to post a minimal reproduction ([1]). [1] https://stackoverflow.com/help/minimal-reproducible-example |
So I can 100% ignore the We don't see any issues with SQL Statements not working, so I will ignore the Will investigate if something is actually missing in our app, and then it's probably related to our code and not this plugin. Thank you! |
I am thinking it would be good to get this documented, at the very least. |
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
2020-06-14 16:26:48.788233+0200 ACHA[402:42310] -[SQLitePlugin pluginInitialize] [Line 38] Initializing SQLitePlugin
2020-06-14 16:26:48.788584+0200 ACHA[402:42310] -[SQLitePlugin pluginInitialize] [Line 45] Detected docs path: /var/mobile/Containers/Data/Application/DF8964BC-7D6C-4E26-87F1-D8B62B07CFA0/Documents
2020-06-14 16:26:48.788709+0200 ACHA[402:42310] -[SQLitePlugin pluginInitialize] [Line 49] Detected Library path: /var/mobile/Containers/Data/Application/DF8964BC-7D6C-4E26-87F1-D8B62B07CFA0/Library
2020-06-14 16:26:48.789069+0200 ACHA[402:42310] -[SQLitePlugin pluginInitialize] [Line 68] no cloud sync at path: /var/mobile/Containers/Data/Application/DF8964BC-7D6C-4E26-87F1-D8B62B07CFA0/Library/LocalDatabase
2020-06-14 16:26:48.789256+0200 ACHA[402:43040] -[SQLitePlugin closeNow:] [Line 209] close: db name was not open: mySQLite.db
2020-06-14 16:26:48.855841+0200 ACHA[402:43040] -[SQLitePlugin openNow:] [Line 152] open full db path: /var/mobile/Containers/Data/Application/DF8964BC-7D6C-4E26-87F1-D8B62B07CFA0/Library/LocalDatabase/mySQLite.db
The text was updated successfully, but these errors were encountered: