Suryabhan Yadav
12/26/2024, 5:21 AMJetBrains resources
, everything works fine when running Android and iOS targets directly. However, after exporting it as a fat framework and integrating it into a native iOS app,
I get this error:
Uncaught Kotlin exception: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path.
To confirm, I created a new KMM project using JetBrains resources with just a single string resource, "hello." While it worked directly on Android and iOS, the same error appeared after exporting it as a fat framework.
Switching to the moko-resources
library resolves the issue, and everything works perfectly.
YouTrack :- LinkLucas Prioste
12/26/2024, 9:01 AMpod install
inside the ios
path of your project. This command worked for me to resolve the issue.Suryabhan Yadav
12/26/2024, 9:20 AMpod install
in the ios
directory, but the issue still isn't fixed.Lucas Prioste
12/26/2024, 9:28 AMeygraber
12/26/2024, 1:11 PMSuresh Maidaragi
12/26/2024, 3:02 PM