What's the latest version of xcode that works with...
# multiplatform
e
What's the latest version of xcode that works with Kotlin Native?
m
Using 14.1 here
e
Thanks. Do you know if there's a table or something somewhere that shows compatibility between kotlin and xcode versions?
m
Not really, sorry...
IIRC updating Xcode has rarely been an issue
But I'm spending way less time in Xcode compared to IntelliJ so maybe I've just been lucky 😅
e
Oh I wouldn't actually use Xcode 😂 It looks like GitHub updated the latest macOS runner to use Xcode 14 and my builds stopped working because of xcrun. I'm assuming there's an issue with Xcode 14 because nothing changed in the project itself.
m
Ah yes, maybe it's the default emulators changing names/platforms
e
Yeah looks like it's that
h
1.8.0-RC works with Xcode 14.1
e
Yeah I'm trying that now 😅