Do MPP capable of building iOS frameworks without ...
# ios
m
Do MPP capable of building iOS frameworks without calling the build script (snippet) from Xcode? I mean by syncing the Gradle!
I think I can just run the function named
packForXcode
within the Gradle script to generate the framework
s
Yes.
m
@svyatoslav.scherbina It mentioned here that “It creates a debug and release version for every framework target.” how to do that?
s
Please refer to
packForXcode
source code.