Relative Content

Tag Archive for iosswiftswift-package-managerxcframeworkbinaries

Distributing SDK as Binaries Using Swift Package

I have created the xcframework.zip of my current SDK using Github Action for iOS and iOS Simulator. My current SDK has three external dependencies. My current SDK has public classes and methods that are supposed to be accessed by the clients. I am trying to distribute it through Swift Package using binaryTarget, but no matter […]