Bitter
07/02/2025, 4:55 PMlistOf(
iosX64(),
iosArm64(),
iosSimulatorArm64()
).forEach {
it.binaries.framework {
baseName = "shared"
isStatic = false
}
}
I get this strange "Cannot find Previews" error in my project as you can see in the screenshot.
Anyone else ?