hi guys, is anybody having issue building shared l...
# gradle
b
hi guys, is anybody having issue building shared library when using Xcode 15?
t
I think #kotlin-native would be better channel to ask such question. AFAIK XCode 15 support will be official in Kotlin 1.9.20: https://youtrack.jetbrains.com/issue/KT-59149/Native-check-compiler-compatibility-with-Xcode-15-beta-1
b
@tapchicoma thanks for your reply, i am using macOS Sonoma, and it looks i can’t use Xcode 14, on Xcode 15. Is there any workaround you can suggest
j
Have you tried manually downloading Xcode 14 and installing alongside Xcode 15? https://xcodereleases.com/ It takes a while to download and install (so many hours lost doing this over the years). After installing, switch the command line tools version to 14 in settings -> locations -> command line tools.
b
i am unable to downgrade to Xcode 14, however it looks like there is a temporary fix https://youtrack.jetbrains.com/issue/KT-60230/Native-unknown-options-iossimulatorversionmin-sdkversion-with-Xcode-15-beta-3
👍🏼 1