I'm not sure if this is a more gradle question, bu...
# multiplatform
d
I'm not sure if this is a more gradle question, but I'll start here. We are building a headless KMP library that will handle networking, logging, etc. One of the utilities we need to interact with is Datadog. The Datadog KMP library requires the native iOS library DatadogCore. I figured out how to pull in the native iOS Datadog package using SwiftPM, but I don't think I have it quite right. Gradle when I try to build the iOS xcframework, gradle complains
ld: framework 'DatadogCore' not found
. I must be missing a step. At this point, the code has a stub and that's all. I'm not importing DatadogCore anywhere in the library code. I'l post the impacted files in the thread, if some interested person could take a look. It'll take a few minutes.
build.gradle.kts.kt
libs.versions.toml
f
that’s a question for #C09TW68099C or try with spmforkmp
👍🏻 1