Join Slack
Powered by
Hi! Is there a way to share resources without addi...
# compose-ios
v
Vladimir Malykhin
07/24/2023, 6:31 PM
Hi! Is there a way to share resources without adding a common module like pod? Now I have crash in iOS project with error:
Uncaught Kotlin exception: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path:
👍 1
n
Nikita Lipsky
07/24/2023, 7:22 PM
Look at this PR:
https://github.com/JetBrains/compose-multiplatform-template/pull/16
In 1.4.1 and 1.4.0 you need to call
pod update
anytime you update resources
120
Views
Open in Slack
Previous
Next