79454267

Date: 2025-02-20 11:11:12
Score: 1
Natty:
Report link

I added the below setting to my project and the preview could be show in Xcode.

kotlin {
    targets.withType<org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget> {
        binaries.withType<org.jetbrains.kotlin.gradle.plugin.mpp.Framework> {
            isStatic = false
        }
    }
}

This thread in github helped me.

https://github.com/JetBrains/kotlin-native/issues/3059#issuecomment-577041551

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kaito Kitaya