Joel Denke
11/20/2023, 8:56 AMlistOf(
iosX64(),
iosArm64(),
iosSimulatorArm64()
).forEach {
it.binaries.framework {
isStatic = true
baseName = "shared"
}
}
Also I have added the FirebaseAuth in Swift Package Manager as far as I understood it in XCode.
Anyone experience same?