ZoomVideoSDK Not downloading via SPM (swift package manager)

I’m trying to download the videoSDK for iOS through SPM, using this url:

Selected Branch for the Dependancy Rule, and entered:
swift-package-manager

When I attempt to add, I’m getting this error message:
github.com: https://github.com/zoom/videosdk-ios/: The repository could not be found. Make sure a valid repository exists at the specified location and try again.
unexpectedly did not find the new dependency in the package graph: sourceControl(identity: videosdk-ios, location: SwiftPM.SPMPackageDependency.SourceControlLocation.remote(SwiftPM.SPMSourceControlURL(sourceControlURL: GitHub - zoom/videosdk-ios: Zoom iOS Video SDK - SDK package only, for full packages including the sample app, please visit: https://marketplace.zoom.us to download. )), requirement: swift-package-manager)

Hi @scottmahonis ,

Is this your configuration for getting the Zoom Video SDK iOS through SPM with the link GitHub - zoom/videosdk-ios: Zoom iOS Video SDK - SDK package only, for full packages including the sample app, please visit: https://marketplace.zoom.us to download. · GitHub?

You should be getting the packages from the branch “swift-package-manager”

Let me know if you still experience the same issue.

For anyone else coming here, parts of the zoom documentation were incorrect. The link I had to use for this to work was: GitHub - zoom/videosdk-ios: Zoom iOS Video SDK - SDK package only, for full packages including the sample app, please visit: https://marketplace.zoom.us to download. · GitHub

Hey @scottmahonis,

Sorry about that and thank you for reporting this. Can I have the link that you mentioned were incorrect?

Thank you.