-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQ] Swift Package Manager (SPM) support for AzureCommunicationCalling #1637
Comments
Hi @Svantulden we are already tracking SPM support for Calling here: #828 @raosanat is there a reason the link provided claims SPM support? |
Thanks for linking that issue @tjprescott, I had searched the issues for 'SPM' and 'Swift Package', but not 'SwiftPM'. It seems like the library won't support SPM for some time, due to the issues with linking Objective-C (binary) & Swift dependencies for the package. So it's dependent on transitioning the To prevent having to use CocoaPods for the library, we also tried using the direct approach as a workaround and include the release as However this has two issues:
Do you have any ideas for a short(er) term solution? |
Hi @Svantulden, Unfortunately using calling as .xcframework and installing common using SPM is not going to work So common would have to be installed using another dependency manager either Pods or another approach. |
Is there a repository for AzureCommunicationCalling that I can install the dependency via SPM? Thanks in advance. |
Hi @pa-akiya-ozawa, |
Is your feature request related to a problem? Please describe.
We are using Swift Package Manager for our dependency management and would like to use
AzureCommunicationCalling
like this as well. This would help us avoid CocoaPods bloat and make it simple to add the library to our project. Swift Package Manager is also the new leading standard in including libraries on iOS.I incorrectly assumed that SPM is already supported for this library, due to it being mentioned on this page.
Describe the solution you'd like
Adding the
AzureCommunicationCalling
library to an iOS project via Swift Package Manager.Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: