cafonsomota
10/09/2024, 11:00 AMwatchosSimulatorArm64
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).