Anyone else seeing issues building iOS with Kotlin...
# multiplatform
p
Anyone else seeing issues building iOS with Kotlin 2.2.21 and a directly integrated project? Project works fine on 2.2.20. Getting the following error:
Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found
I see here, that may be indicative of not supporting the version of Xcode I’m using, 16.4, so I tried on 26, which does build, however the app crashes on launch on an iOS 18.5 device, citing a missing dynamic lib. It runs on an iOS 26 simulator just fine. I’m not able to reproduce with an empty project, so I don’t feel I have enough info to open a YouTrack issue, but hoping someone else has seen something and maybe we can make a solid repro case.