jcraane / kmm-resources

Gradle plugin for generating localizable resources for Android, iOS and Web in a Kotlin Multiplatform (Mobile) project for use in the UI, android, iOS and shared framework code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get localizations in iosTest

Quantamm opened this issue · comments

I'm trying to write unit tests that exercise the ability to get localizations, but the iOS tests are consistently failing - instead of getting the expected string, I'm getting the string resource. Is running iosTest supported?

I created a minimal project here: https://github.com/Quantamm/kmmresourcesiostest

Running the tests with the commands in the README will demonstrate the problem. The Android tests pass, but the iOS tests fail.