Integrating the iOS SDK with Swift Package Manager
Method 2: Swift Package Manager
To add WebexConnectCoreSDK to your Xcode project,
-
Select File > Add Packages and enter repository URL https://github.com/webex/wxconnect-ios-sdk.
You can also navigate to your target’s General pane, and in the “Frameworks, Libraries, and Embedded Content” section, click the + button, select Add Other, and choose Add Package Dependency. -
Choose the Package and click Add Package.
And follow the next steps (Project Setup) provided in the iOS Modularization SDK Quick Start Guide.
Updated 8 days ago