Is there a “preferred” approach or does it depends on project configuration ? Any feedbacks or experiences? The second one is what I see when I generate the project with the kmp wizard, but I have seen a lot of projects using the pod approach for the shared module.
p
Pablichjenkov
02/08/2024, 10:11 PM
One uses cocoapods the other regular framework and there is another one using Xcframework.
Pablichjenkov
02/08/2024, 10:13 PM
Depending on what you like more when integrating with Xcode. Basically if you prefer SPM or cocoapods or manually integrating the binary, in this case the .framework file.
a
Andrea
02/09/2024, 12:24 PM
Ok thank you. I will probably keep the framework for now since I am still evaluating the structure of the project, then I will dive a little bit more into the options when everything else is more clear, thanks