You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi!
reason of it is internal implementation of FatFrameworkTask - this task not copy resource files of frameworks. I think we should add to our gradle plugin extended FatFrameworkTask implementation, which will copy all resources too.
When I use Gradle FatFramework task, I can't see any of my localized strings on iOS side
The task I use to compile my framework:
If I change it to Gradle Sync task it works as expected (I see all my strings on iOS side):
Kotlin 1.3.72, moko-resources 0.10.0 (had the same issue on 0.9.1)
Do you have any ideas what a cause of the issue? And am I able to fix it?
The text was updated successfully, but these errors were encountered: