Skip to content
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

After upgrading to 10.52.0 our app crashes on launch when we attempt to observe a collection #8636

Open
dmorgereth opened this issue Jun 19, 2024 · 2 comments

Comments

@dmorgereth
Copy link

How frequently does the bug occur?

Always

Description

Other than upgrading to v 10.52.0 there have been no changes to the app. The app works fine with version 10.51.0. In version 10.52.0 the app crashes the first time we try to observe a Realm collection (for changes)
Screenshot 2024-06-18 at 5 10 47 PM

Stacktrace & log output

See attached screen shot

Can you reproduce the bug?

Always

Reproduction Steps

No response

Version

10.52.0

What Atlas Services are you using?

Local Database only

Are you using encryption?

No

Platform OS and version(s)

iOS 17.4, Realm 10.52.0

Build environment

Xcode version: xCode 15.3
Dependency manager and version: Swift Package Manager

Copy link

sync-by-unito bot commented Jun 19, 2024

➤ PM Bot commented:

Jira ticket: RCOCOA-2400

@tgoyne
Copy link
Member

tgoyne commented Jun 19, 2024

It looks like #8295 made it so that we're now exposing a frozen SectionedResults from @ObservedSectionedResults. You can work around this by explicitly calling thaw(), but we should maybe see if we can avoid this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants