moko-resources
moko-resources copied to clipboard
Error on copyFrameworkResourcesToApp not found from ios
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