realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Apache License 2.0
880 stars 52 forks source link

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

Closed darrinps closed 3 months ago

darrinps commented 3 months ago

How frequently does the bug occur?

Always

Description

Please refer to https://github.com/realm/realm-kotlin/issues/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

sync-by-unito[bot] commented 3 months ago

➤ PM Bot commented:

Jira ticket: RKOTLIN-1039

rorbech commented 3 months ago

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 commented 3 months ago

That was the problem. The plugin was updated to 1.11.1, but the library base dependency was still sitting at 1.11.0.

I'll close it now. Thanks!

On Wed, Mar 20, 2024 at 6:33 AM Claus Rørbech @.***> wrote:

Hi @darrinps https://github.com/darrinps. This should have been fixed. Did you also update the library-base dependency to 1.11.1? Or maybe even try with latests 1.14.1.

— Reply to this email directly, view it on GitHub https://github.com/realm/realm-kotlin/issues/1693#issuecomment-2009234288, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKZATFHS62U774CQXJXV2LYZFQYZAVCNFSM6AAAAABE2ILCFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZGIZTIMRYHA . You are receiving this because you were mentioned.Message ID: @.***>