hi, I seem to be hitting the same problem. Buildin...
# multiplatform
t
hi, I seem to be hitting the same problem. Building and running for release on an iPhone and in the simulator works fine but when I try to create the archive, it fails with the same error. This is my first KMP-based release so I can't make a direct comparison. I thought I had a hard dependency on Kotlin 1.6.10 (I think it's for M1 Mac host support) but I tried downgrading to 1.5.31 and the archive fails with the same error. I'm linking in some static libraries but they're all built with bitcode support, as far as I can tell. @wbertan Have you had any luck resolving this issue?