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.