Hello, how do you integrate kmm framework with Xco...
# multiplatform
x
Hello, how do you integrate kmm framework with Xcode project? Static or dynamic framework? What's the best way? I have used static umbrella framework in our production project. But the Xcode project compile-time is long enough when I update kmm static framework. So I want to know if dynamic framework is allowed and compile-time is shorter? Or is there any other problem with dynamic framework? Thanks.
Update: In kotlin code, there are some objc interop headers existing in ios native Xcode project, so is dynamic framework allowed?