Project Setup
Install dependencies
CocoaPods
For iOS only - To install dependencies into your Xcode project using CocoaPods, specify it in your Podfile:
Then, run the following command:
For iOS/tvOS/macOS
Carthage
Add the dependencies to the Cartfile:
Then run:
This will build each one or download a pre-compiled XCFramework. On your application targets’ General settings tab, in the Frameworks, Libraries, and Embedded Content section, drag and drop each XCFramework you want to use from the Carthage/Build folder.
Last updated
Was this helpful?