tmphey
06/01/2024, 6:19 PMcomposeApp
module (the main one) and other module access the resources simply by string.
It worked for some time, but on iOS the behaviour is not deterministic. I mean sometimes it works, sometimes doesn't. For whatever reason, the resources are not copied to the app bundle sometimes.
Any workarounds there?Max
06/01/2024, 7:36 PMresourceProvider.getDrawable(AppDrawable.IconBack)
, and in the composeApp module i basically provide the implementation for each enum.
Till now iOS finds my resources basically fine.
Did you try a fresh project if it happens there too? And which format you see the issue with? (Png, svg,…?)Max
06/01/2024, 7:37 PMtmphey
06/01/2024, 7:39 PMtmphey
06/01/2024, 7:40 PMMax
06/02/2024, 12:59 PM1.6.10-dev1599
(i know it’s not newest)jamshedalamqaderi
06/03/2024, 4:50 AM