-
### What did you do?
I just get information from Firebase. I can not reproduce it.
### What did you expect to happen?
### What happened instead?
### Environment
**GRDB flavor(…
-
### Use case
I've been investigating a regular background crash in our app. After some research, it appears to be due to keeping the SQLite database file located in the App Group's container. It lo…
-
Hi,
I know that jailbreak iphone is not a good thing for the security but i always have jailbreak and i always used session as a messaging app.
Now suddenly i remain stucked on the loading starti…
-
m-ld for [Swift](https://developer.apple.com/swift/) is coming soon (we're already working on it). This is for peer-to-peer live data sharing among iOS, iPadOS and MacOS devices (and with other platf…
-
We were last able to archive our application on Xcode 13.2. Since then, we have experienced different crash signatures when attempting to archive our code base. The code base is very large so is diffi…
-
as discussed. @csatterfield please add the details.
-
### Operating system
macOS
### System version
14.6.1
### Installation type
sing-box for macOS Graphical Client
### If you are using a graphical client, please provide the version of the client.
…
-
I recently downloaded the new Xcode bèta to try Swift 6 and found that most of GRDB cannot be used out of the box directly, as it's not Swift 6 compatible yet. Do you have any insights or intention to…
-
Fresh to GRDB. Loving it so far.
I can't seem to find documentation on the preferred method for creating objects with auto-incrementing IDs. Lets say I'm creating a table like this.
```
try db.cr…
-
Question: I should update record in `cellForRow` method, then database gives onChange callback, and I will reload table and it will call `cellForRow`, it's an infinite loop, how to temporarily disable…