Appearance
Manual iOS SDK Integration
Prerequisites
Before integrating FalconSDK, ensure the following:
- Xcode Version: Xcode 15.0 or later.
- Supported Platforms: FalconSDK supports iOS 13.0 and later.
- Framework Type: FalconSDK is a static framework packaged as an .xcframework.
Download SDK
Download FalconSDK
The downloaded zip file contains the FalconSDK.xcframework file
Adding FalconSDK to Your Xcode Project
- Drag and drop the FalconSDK.xcframework file into your Xcode project’s Project Navigator.
- In the dialog that appears, ensure the following options are selected:
- “Copy files to destination”: Checked (this ensures the framework is copied into your project directory).
- Add to targets: Select the target(s) where you will use FalconSDK.
- Ensure that FalconSDK.xcframework is included in the Frameworks, Libraries, and Embedded Content section of your Xcode project target’s settings.