moko-resources icon indicating copy to clipboard operation
moko-resources copied to clipboard

Error on copyFrameworkResourcesToApp not found from ios

Open calimero6201 opened this issue 1 year ago • 5 comments
trafficstars

Hello,

We have migrate from 0.24.0-alpha5 to 0.24.0 and now we have this error from ios side :

Cannot locate tasks that match ':shared:copyFrameworkResourcesToApp' as task 'copyFrameworkResourcesToApp' not found in project 'shared'.

We can't find solution to resolve this issue :(

We use static framework configuration :

listOf(
    iosArm64(),
    iosSimulatorArm64()
).forEach { iosTarget ->
    iosTarget.binaries.framework {
        baseName = "Shared"
        isStatic = true
        binaryOption("bundleId", "Shared")
        export(libs.moko.graphics)
        export(libs.moko.resources)
    }
}

We can't upgrade to version 0.24.0 or 0.24.2 because this error.

Can you helps us please?

Regards,

Stevens

calimero6201 avatar Sep 13 '24 15:09 calimero6201