had to switch to static
# touchlab-tools
a
had to switch to static
i
isStatic could be help
Copy code
listOf(
    macosArm64(),
    macosX64()
).forEach { macosTarget ->
    macosTarget.binaries.framework {
        baseName = "openai-client-darwin"
        export(projects.openaiClient.openaiClientCore)
        isStatic = true
    }
}