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
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
The text was updated successfully, but these errors were encountered:
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 :
The text was updated successfully, but these errors were encountered: