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
basher
03/30/2020, 3:47 PM
What's the compile error?
s
Sylvain Patenaude
03/30/2020, 3:51 PM
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).
Sylvain Patenaude
03/30/2020, 4:02 PM
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.