Hector Forero
04/05/2024, 9:39 PMPablichjenkov
04/05/2024, 9:49 PMno success, commenting here to get notified.brandonmcansh
04/05/2024, 11:11 PMPablichjenkov
04/06/2024, 12:05 AMGarrison Henkle
04/06/2024, 10:07 PMkotlin {
listOf(
iosX64(),
iosArm64(),
iosSimulatorArm64(),
).forEach { iosTarget ->
iosTarget.binaries.framework {
baseName = "SharedKotlin" // This is the line that changes the name
isStatic = true
}
}
}Garrison Henkle
04/06/2024, 10:10 PMOther linker options field in Xcode (I think the flags are case-insensitive, but every example I’ve ever seen matches the case you use in baseName but makes the first letter lowercase. I use sharedKotlin for example