Is there a way to make KMM iOS framework to have `...
# multiplatform
p
Is there a way to make KMM iOS framework to have
MERGEABLE_LIBRARY
with value as
Yes
such that the KMM iOS framework is mergeable ?
Does anyone have any idea about above?
m
Interesting, never heard of this before
Assuming you want this for the output xcframework?
p
Actually I want to use the KMP framework as mergeable binary on iOS so from this point of view I am looking to change it to framework (
.framework
)
m
Not too sure on how Kotlin assembles the framework. Doubt it uses xcodebuild, so likely not that straightforward adding
MERGEABLE_LIBRARY
to configuration, unless a fat framework can be converted to a mergable?
or could create an issue on youtrack: https://youtrack.jetbrains.com/issues?q=MERGEABLE_LIBRARY