Hey folks, what do you thing is a good option for iOS framework distribution when it came to create a KMM library ?
• Apple XCFrameworks
• CocoaPods
• Apple Frameworks
c
Conrad Kramer
04/09/2022, 8:20 PM
Do you want to distribute source or binaries? I would say that XCFramework is the gold standard typically
👍 2
e
Eric Ampire [MOD]
04/09/2022, 10:24 PM
Source
l
Landry Norris
04/11/2022, 1:32 PM
There's a gradle plugin supporting swift packages, which is what I like to use.