Trying to publish a module with shared string resource over moko-resources. Internally moko-resources generates Resource files for iOS. However, upon running on device it throws Uncaught Kotlin exception: kotlin.IllegalArgumentException: bundle with identifier xx.xx.MR not found.
Moko resources suggest adding a command to copy over resources in build phase.
Would be nice to add resources field also added in Package.swift when doing spmDevBuild (Bundling resources with Swift Package)