Hi, everyone! I'm using cocoapods in my KMP projec...
# multiplatform
v
Hi, everyone! I'm using cocoapods in my KMP project and everything worked fine until I updated XCode to the latest version. Now I'm using: - Kotlin: 2.1.0 - macOs: 15.4.1 (24E263) - XCode: 16.3 (16E140) I have followed the guide to integrate cocoapods a couple of times just in case I missed something, and also tried with fresh new projects from the KMP Wizard and from Android Studio but I get the same error in all the cases. Also, I have tried with different versions of Ruby and reinstalling cocoapods. Had someone experience the same issue? I don't know what else I have to check. Thanks in advance for any help
f
upgrade your kotlin version at the version Kotlin 2.1.21 (at least), if you’re using xcode 16.3.
v
Now only fails one pod dependency. Thanks so much for the hint!