Closed Alex009 closed 2 months ago
I'm found potential problem: https://github.com/icerockdev/moko-resources/blob/4fefda5f35ad89e4170f56779ff70fbae42720cb/resources-generator/src/main/kotlin/dev/icerock/gradle/generator/platform/apple/SetupAppleUtils.kt#L136
Actual configuration for task dependencies await only "debug" and "release" configuration, but custom build configuration can contain other names. I think can tomorrow i'm get solution.
will be available in 0.24.3 release
build phase configured correctly:
but when script runs i see that no actions to copy resources runned:
and no bundle files copied to app.
but if i change script to:
all will be copied correctly, and log will be:
so, gradle task
copyPodFrameworkResourcesToApp
not runcopyResourcesPodDebugFrameworkIosSimulatorArm64
when should.gradle configuration of cocoapods:
i think
xcodeConfigurationToNativeBuildType
relates to issue.Workaround
as workaround we can use directly
copyResourcesPod***Framework***
tasks.