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

pagingDataDiffer error on ios #339

Open
springeye opened this issue Oct 9, 2024 · 0 comments
Open

pagingDataDiffer error on ios #339

springeye opened this issue Oct 9, 2024 · 0 comments

Comments

@springeye
Copy link

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 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant