-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hello Webex iOS SDK Team,
We’re developing a large non-commercial application with over 20 million unique users per month. In our efforts to modernize and simplify our dependency management, we want to remove CocoaPods entirely. However, your SDK is currently the only dependency that forces us to keep CocoaPods in our project.
We’ve attempted to repackage the .xcframework files (taken directly from your CocoaPods distribution) as a SwiftPM binary target, but when launching the app we encounter a runtime code signature error (see attached screenshot). We believe this is caused by the distributed XCFramework having been stripped or “thinned” to reduce size, which invalidates its code signature for SPM consumption.
To help us fully eliminate CocoaPods from our workflow, could you please provide one of the following:
- An official Swift Package Manager distribution of the Webex iOS SDK, or
- A set of XCFrameworks (or frameworks) built and signed in a way that can be consumed by SPM without signature errors.
This is just a friendly request for an alternative distribution format—any guidance or assistance you can offer would be greatly appreciated.
Thank you for your support!
