voyager icon indicating copy to clipboard operation
voyager copied to clipboard

IrLinkageError on iOS: performRestore not found in androidx.savedstate.SavedStateRegistryController

Open hyak4j opened this issue 2 months ago • 0 comments

When running my Kotlin Multiplatform project on iOS, the app crashes at runtime with the following error:

Uncaught Kotlin exception: kotlin.internal.IrLinkageError: Function 'performRestore' can not be called: No function found for symbol 'androidx.savedstate/SavedStateRegistryController.performRestore|performRestore(androidx.savedstate.SavedState?){}[0]'

version

kotlin 2.2.20 compose above 1.9.0 voyager 1.1.0-beta03

Is there any solution? Thank You!

hyak4j avatar Oct 20 '25 02:10 hyak4j