Hello, it looks like KMP produces different binari...
# ios
a
Hello, it looks like KMP produces different binaries per each iOS architecture. Right now our iOS team has to switch between x86 and arm64 depending on the targets and having some problems detecting the correct one. I saw this thread https://github.com/JetBrains/kotlin-native/issues/2574 about a universal binary generator using lipo. I just wanted to know if anyone else had found alternatives or if that's the way to go, thanks!
a
Thanks!