getsentry / sentry-kotlin-multiplatform

Sentry SDK for Kotlin Multiplatform
MIT License
132 stars 19 forks source link

Gradle sync failing when using xcode 16 #277

Open plusmobileapps opened 1 week ago

plusmobileapps commented 1 week ago

Platform

Apple, Android, JVM

Installed

CocoaPods

Version

0.9.0

Steps to Reproduce

Update your xcode tools on your mac to 16.0 and resync your gradle project in Android Studio.

Expected Result

IDE should successfully sync

Actual Result

IDE failed to sync. Switching back to 15.4 fixed the issue.

buenaflor commented 1 week ago

Could you try Kotlin 2.0.21-RC

Kotlin/Native is a bit behind in supporting Xcode 16 and also you need to use at least Sentry-Cocoa 8.36.0

plusmobileapps commented 5 days ago

That would make sense, is that something that would need to be updated in the docs? Or waiting for the new version of kotlin to stabilize before updating the docs?

buenaflor commented 3 days ago

I'll add this to the docs as well

Btw does it work with 2.0.21-RC?