4brunu
04/19/2022, 9:51 AMlistOf(
iosX64(),
iosArm64(),
//iosSimulatorArm64() sure all ios dependencies support this target
).forEach {
it.binaries.framework {
baseName = "shared"
isStatic = true
}
}
The problem is that when I make this change, I got 5000 warnings when building the iOS project.
Any idea why?
By the way, I'm not using cocoapods.
``````4brunu
04/19/2022, 9:52 AM4brunu
04/19/2022, 9:52 AMJames Black
04/20/2022, 2:51 AM