We generated a .framework that worked fine when co...
# kotlin-native
s
We generated a .framework that worked fine when compiled in Xcode10 but now doesn't compile anymore in Xcode11. Anyone with hints? Thanks in advance!
b
What's the compile error?
s
I'll post it here as soon as I get it. I don't have a Mac with me to test it, so it's our beta-tester who's doing the testing. I asked him about the error(s).
We targeted arm64 fotr iOS in our Kotlin MPP. Support for arm64e isn't available yet, but that shouldn't matter since arm64-based apps should work on arm64e devices. However, does Xcode11 require a framework built for arm64e? That would be a big issue.
b
No. Not required