Karthik
05/30/2024, 5:04 PMkpgalligan
05/31/2024, 1:00 AMKarthik
05/31/2024, 9:26 AMFilip Dolník
05/31/2024, 9:29 AMFilip Dolník
05/31/2024, 9:30 AMKarthik
05/31/2024, 9:39 AMFilip Dolník
05/31/2024, 9:40 AMKarthik
05/31/2024, 9:47 AMFilip Dolník
05/31/2024, 9:54 AMKarthik
05/31/2024, 12:13 PMkpgalligan
05/31/2024, 1:04 PMKarthik
05/31/2024, 1:19 PMkpgalligan
05/31/2024, 2:43 PMgradle.properties
?
kotlin.native.cacheKind.iosX64=none
kotlin.native.cacheKind.iosSimulatorArm64=none
We still need to figure out a way to manage this issue. The Kotlin compiler changed how tests are built/run since CrashKiOS started including the dependencies with cinterop. It's a common issue without great resolutions as of today (See Sentry KMP's SPM instructions, which require you to include Sentry with CocoaPods even if you're using SPM).
If the cacheKind
lines above don't resolve the testing issue, then you may need to use the CocoaPods method described in the Sentry instructions. We are working on alternatives, but it's a tricky problem.Karthik
05/31/2024, 4:28 PMKarthik
05/31/2024, 4:29 PMOsman Saral
08/01/2024, 12:13 PMCrashlyticsLogWriter()
line it just works (without removing dependencies). Do you have any suggestions? How can I use the CocoaPods method with crashkios?