From 04d6f0144424ae3b23a48df9d3347a5537b2f16e Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Wed, 27 Aug 2025 11:39:30 +0200 Subject: [PATCH] Add Sentry Cocoa compat version info --- .../getting-started-install/kotlin.compose-multiplatform.mdx | 4 +++- .../getting-started-install/kotlin.kotlin-multiplatform.mdx | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/platform-includes/getting-started-install/kotlin.compose-multiplatform.mdx b/platform-includes/getting-started-install/kotlin.compose-multiplatform.mdx index d705c06fdffea..7bf6dbf15ac4f 100644 --- a/platform-includes/getting-started-install/kotlin.compose-multiplatform.mdx +++ b/platform-includes/getting-started-install/kotlin.compose-multiplatform.mdx @@ -14,6 +14,8 @@ The plugin does the following: -If you use Swift Package Manager instead of Cocoapods, you need to install the [sentry-cocoa dependency with Swift Package Manager](/platforms/apple/install/swift-package-manager/) in your Xcode project before executing the Gradle plugin. +If you use Swift Package Manager instead of Cocoapods, you need to install the [Sentry Cocoa dependency with Swift Package Manager](/platforms/apple/install/swift-package-manager/) in your Xcode project first before executing the Gradle plugin. + +Make sure that you install the Sentry Cocoa SDK version compatible with the corresponding Sentry Kotlin Multiplatform SDK version. You can find the compatible versions in the [Sentry Kotlin Multiplatform SDK README](https://github.com/getsentry/sentry-kotlin-multiplatform?tab=readme-ov-file#cocoa-sdk-version-compatibility-table). diff --git a/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx b/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx index 3b7b5dcbff727..b3671f4dcb7fe 100644 --- a/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx +++ b/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx @@ -12,9 +12,10 @@ The plugin does the following: - If you use the Kotlin Cocoapods plugin, it installs the Sentry Cocoa dependency. - If you use Swift Package Manager, it sets up linking to the Sentry Cocoa framework. - -If you use Swift Package Manager instead of Cocoapods, you need to install the [sentry-cocoa dependency with Swift Package Manager](/platforms/apple/install/swift-package-manager/) in your Xcode project first before executing the Gradle plugin. +If you use Swift Package Manager instead of Cocoapods, you need to install the [Sentry Cocoa dependency with Swift Package Manager](/platforms/apple/install/swift-package-manager/) in your Xcode project first before executing the Gradle plugin. + +Make sure that you install the Sentry Cocoa SDK version compatible with the corresponding Sentry Kotlin Multiplatform SDK version. You can find the compatible versions in the [Sentry Kotlin Multiplatform SDK README](https://github.com/getsentry/sentry-kotlin-multiplatform?tab=readme-ov-file#cocoa-sdk-version-compatibility-table).