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

Issue 1688 (No scheduler for platform) still exists in 1.11.1 version of Realm #1693

Closed
darrinps opened this issue Mar 17, 2024 · 3 comments
Closed

Comments

@darrinps
Copy link

darrinps commented Mar 17, 2024

How frequently does the bug occur?

Always

Description

Please refer to #1688 for a full overview.

I set the version to 1.11.1 as it is supposed to have this issue resolved:

image

Stacktrace & log output

The only thing I could see was:

scheduler.cpp:134: [realm-core-13.19.0] No built-in scheduler implementation for this platform.

Can you reproduce the bug?

Always

Reproduction Steps

Set the realm version to 1.11.1 then execute the code:

val configuration = RealmConfiguration.create(schema = setOf(PelletLot::class)) val realm = Realm.open(configuration) //<-- Will error here

Version

1.11.1

What Atlas App Services are you using?

Local Database only

Are you using encryption?

No

Platform OS and version(s)

Kotlin 1.9.22 Android 34 for a Desktop app running on Windows 11

Build environment

Android Studio version: ... 2023.2.1 (Iguana)
Android Build Tools version: ...35-rc1
Gradle version: ...8.5

Copy link

sync-by-unito bot commented Mar 17, 2024

➤ PM Bot commented:

Jira ticket: RKOTLIN-1039

@rorbech
Copy link
Contributor

rorbech commented Mar 20, 2024

Hi @darrinps. This should have been fixed. Did you also update the io.realm.kotlin:library-base dependency to 1.11.1? Or maybe even try with latest 1.14.1 (plugin and dependency needs to match).

@darrinps
Copy link
Author

darrinps commented Mar 22, 2024 via email

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants