Hi everyone, just wondering if I can create an xcframework of my shared code that has moko-resources and give to iOS team to use it in their project directly ?
a
alex009
10/22/2024, 8:25 AM
hi. you can do it.
if you will use dynamic framework iOS team will just use it without any additional actions.
if you will use static framework - iOS team should add resources bundles from xcframework to project directly
m
Muaz KADAN
10/22/2024, 8:30 AM
is there any guides you recommend on how to generate both dynamic or static ?
a
alex009
10/22/2024, 8:35 AM
just use
isStatic = false
in framework declaration in gradle. and use out of box