You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our organization we use a CI/CD platform to build and release our iOS apps. Dependencies added through Pods, Carthage or SPM makes the build process slower on the Github runner.
It would be great to include .xcframework files for the latest version for the people who want to manually add this into the Xcode project without using any dependency manager.
The text was updated successfully, but these errors were encountered:
Hey @mabdullahsaeed,
We have provided support for the XCFramework for version 1 (1.0.0 to <2.0.0) of our iOS SDK, you may refer to the latest release: https://github.com/rudderlabs/rudder-sdk-ios/releases/tag/v1.25.1.
PS: Version 2 (>=2.0.0) of our iOS SDK is still in beta, once we release the stable version of it, we will provide the same support over there as well.
In our organization we use a CI/CD platform to build and release our iOS apps. Dependencies added through Pods, Carthage or SPM makes the build process slower on the Github runner.
It would be great to include
.xcframework
files for the latest version for the people who want to manually add this into the Xcode project without using any dependency manager.The text was updated successfully, but these errors were encountered: