When creating a .framework library for iOS, is it by default targetting some versions of Swift/Obj-C or is the interface (header, modules, etc.) core enough to support all versions? Thanks in advance!
l
louiscad
03/24/2020, 2:33 PM
For now, it is only producing Obj-C header, and Swift picks it up no matter the version.
s
Sylvain Patenaude
03/24/2020, 2:36 PM
Ok thanks. What about Obj-C version? I know that when .jar are produced for Android to be consumed in either Kotlin or Java, the Kotlin version is important. But since here it's a native iOS framework, does it rely on specific Obj-C version(s)?