Jose Flavio
12/02/2022, 3:10 AMiosSimulatorArm64ayodele
12/02/2022, 6:02 AMHee Fan
12/02/2022, 6:55 AMval xcf = XCFramework()   // if you use xcframework. otherwise, you can remove it.
    listOf(
        iosX64(),
        iosArm64(),
        iosSimulatorArm64()
    ).forEach {
        it.binaries.framework {
            baseName = "shared"
            xcf.add(this)   // use for xcframework
        }
    }Jose Flavio
12/05/2022, 3:17 PMiosArm64iosSimulatorArm64iosArm64Hee Fan
12/09/2022, 7:10 AMMA