Hi folks. I have an old imac machine which the last macos supported is Catalina (10.15.7). With macos Catalina I can install XCODE 12.4 and older. KotlinNative 1.6.0 and newer require XCODE 12.5.
So, I am unable to use Kotlin/Native in my iMac. Are there some workaround for that??? Can I compile Kotlin/Native 1.6.0+ for iOS using AppCode in macOS Catalina????
m
MarkRS
03/17/2022, 2:01 PM
There's the "hack" for geting Big Sur onto older hardware... I wasn't brave enough for that and just bought a newer Mac 😕
d
David Nedrow
03/17/2022, 2:57 PM
The other problem is that K/N 1.6.0+ may require iOS 14.5, which isn't supported in Xcode 12.4. That's typically why a minimum Xcode version is specified for libraries, etc. It's more about the minimum versions of Swift and SDKs.