hello all, I'm trying to generate a fat framework...
# multiplatform
c
hello all, I'm trying to generate a fat framework for watch OS with the simulator (
watchosSimulatorArm64
and
watchosX64
) and device (
watchosdevicearm64
) builds in it and I'm getting the error: > This fat framework already has a binary for architecture
arm64
From what I've seen this is from the
FatFrameworkTask
on the kotlin-gradle-plugin, which seems to only account for the architecture and not the target type, right? Shouldn't this verification be updated? Otherwise, it won't be possible to target both simulator and device (watch).