I am working on a KMM library that is distributed ...
# ios
l
I am working on a KMM library that is distributed as an xcframework for iOS and have an Objective-C dynamic framework that I depend on using cinterop currently. I created a def file that defines linker flags to link against the Obj-C framework. When I integrate this into my app (also KMM), I can use gradle’s implementation(project), but I still have to manually embed the frameworks into the app using XCode. Is there a way to have KMM embed the Obj-C frameworks with my KMM framework so I don’t have to embed them in the final app in XCode?