Mark Powell
Mark Powell
Turns out that this bug is not fixed...it is still occurring in our latest code, just less frequently...but it still crashes nonetheless. Here is what I currently have: ``` struct...
I haven't been able to reproduce this yet on my machine. I can however use a breakpoint to see when I'm using a RealmConfiguration that has the fileUrl set to...
I think I was mistaken...it's not creating a Realm instance as I said, but it is using a RealmConfiguration with the fileUrl default value with .../default.realm. Perhaps that is related...
I would say that it is intermittent, yes. It's never happened to me, but I'm getting logs from production users who are impacted by it. Following up with them, when...
This is very exciting! Thank you, Diana and the team for responding on this so quickly.
Diana, Thanks for following up on this! This is really helpful. Question for you on how I'd incorporate the changes at the App level: ``` var body: some Scene {...
I have done as you recommended: make the realmconfiguration nil if there is no current user in the Realm App. Now we are seeing another kind of crash on initialization...
+1 to this: we won't even consider using this until SPM is supported.
I'm seeing this happen all the time too running with Realm Swift SDK 10.34.0 as of today and Xcode 14.2 on iOS 16.2. I tried moving the realm write to...
I’ll test it as soon as I can. (Could be a day or 2, depending)On Dec 14, 2022, at 11:53 AM, Diana Perez Afanador ***@***.***> wrote: I have this branch...