Mirzamehdi
12/16/2024, 3:41 PMjava.lang.IllegalStateException: Class not found: deserialized class ScreenRoute. This error usually means that the class is not exposed to Objective-C.
and that's my ScreenRoute interface. I am using Voyager for navigation
interface ScreenRoute : Screen, JavaSerializable
Any guide would be very helpful.
I followed singlemodule gradle setup part only so far.
If I disable skie using
skie {
isEnabled = false
}
then, ios builds successfully.