This repository was archived by the owner on Sep 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
pagingDataDiffer error on ios #339
Copy link
Copy link
Open
Description
When I use compose to share UI and run it on ios, it crashes on startup
i used dep
implementation("app.cash.paging:paging-common:3.3.0-alpha02-0.5.1")
implementation("app.cash.paging:paging-compose-common:3.3.0-alpha02-0.5.1")
implementation("app.cash.paging:paging-runtime-composeui:3.2.0-alpha05-0.2.3")
logs:
Uncaught Kotlin exception: kotlin.native.internal.IrLinkageError: Property accessor 'pagingDataDiffer.<get-pagingDataDiffer>' can not be called: Property accessor uses unlinked class symbol 'androidx.paging/PagingDataDiffer|null[0]' (via anonymous object)
at 0 snote.debug.dylib 0x1077ca57f kfun:kotlin.Throwable#<init>(kotlin.String?){} + 119
at 1 snote.debug.dylib 0x1077c385b kfun:kotlin.Error#<init>(kotlin.String?){} + 115
at 2 snote.debug.dylib 0x1077ff55b kfun:kotlin.native.internal.IrLinkageError#<init>(kotlin.String?){} + 115
at 3 snote.debug.dylib 0x1077ff61f kfun:kotlin.native.internal#ThrowIrLinkageError(kotlin.String?){}kotlin.Nothing + 175
at 4 snote.debug.dylib 0x10845e4d3 kfun:androidx.paging.compose.LazyPagingItems#<init>(kotlinx.coroutines.flow.Flow<androidx.paging.PagingData<1:0>>){} + 171
at 5 snote.debug.dylib 0x10845f293 kfun:androidx.paging.compose#collectAsLazyPagingItems__at__kotlinx.coroutines.flow.Flow<androidx.paging.PagingData<0:0>>(kotlin.coroutines.CoroutineContext?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§<kotlin.Any>}androidx.paging.compose.LazyPagingItems<0:0> + 1095
mahramane, BrianGrillard, wverdese and vunder
Metadata
Metadata
Assignees
Labels
No labels