Roger Serentill
Roger Serentill
I'm having the same problem. Do we have a fix/workaround for it?
Hello, we are also seeing a lot of similar crashes on our production apps, the stack traces are not always the same, but they all always end up in `terminate`...
Hi @dianaafanador3! Thank you for your answer, yes I do, I'm pasting some of them here. We are accessing Realm from different threads, but all Realm instances are always created...
Hi @dianaafanador3, sure I will open a separate issue. Thank you!
Hello @nicola-cab, thank you for your answer! 1. Yes, we are accessing the database from different threads and concurrent threads might be writing to the database at the same time....
Hi @nicola-cab, thank you for answering! sure, we will send you guys the file if we are able to reproduce the issue again on our end.
Thanks for your answer @tgoyne! The problem is that the consuming app does not have this dependency itself, only our xcframework has it. In fact, I'm reproducing this with an...
Hello again, we are reproducing this crash on any app that has our SDK (XCFramework) integrated via SPM. The weird thing is that this is only happening on simulators, but...
Hello @dianaafanador3, thank you for answering! Yes, that's correct. Let me clarify that our SDK is not an Xcode project, it's a Swift Package. This swift package has RealmSwift as...
@dianaafanador3 is there any way I can share it with you privately? the SDK consumes protected data and it uses client credentials to authenticate to our backend services.