Lee Maguire

Results 186 comments of Lee Maguire

Hi @AlexIzh I would not recommend mixing these two SDK's together, for the reason being that the Realm Core versions they use are misaligned.

Hi @horatiu1921 I'll take a look into this.

Hi @LukasGram could you tell us what version of Realm created the main database before it was restored from Time Machine? cc @finnschiermer

@LukasGram would you be able to send us the Realm file to [email protected] so we can help diagnose the issue?

Hi @eliyap thanks for the code sample, we will try reproduce the issue. @Nerkyator would you be able to open a new issue describing your crash? Thanks.

Hi @gbreen12 Thanks for the solid reproduction! We'll investigate the issue.

@mmar001 Can you pass the queue you are using to the `queue` parameter when opening the Realm and let us know if that helps?

Hi @mmar001 Are you using AppGroups? Could you paste the entire stack trace to help us to investigate further?

I had a look at your other issue. ```swift let db = try Realm(configuration: appConf) fixRealmBackgroundCrash(config: appConf) ``` setting the file protection attributes must come before opening the database. Can...