Bart Whiteley
12/09/2021, 6:46 PMkotlin-gradle-plugin:1.6.0
my iOS framework doesn’t have bitcode, but kotlin-gradle-plugin:1.5.31
works. What am I doing wrong? I have this:
ios {
binaries {
framework {
baseName = "kmmsharedmodule"
embedBitcode("bitcode")
xcf.add(this)
}
}
}
wbertan
02/15/2022, 11:19 AM1.6.10
, and getting the same issue 😞Bart Whiteley
02/15/2022, 3:19 PMwbertan
02/15/2022, 3:22 PMRelease
it includes the bitcode 👀
So it seems basically is ignoring the embedBitcode
and using the default behaviour (Debug as Marker and Release as Bitcode)