iOS Libraries Setup
Overview
This guide provides step-by-step instructions for integrating the Everysight SDK libraries into your iOS project.
Since SDK 2.6.0, our SDK libraries are hosted on SPM (Swift Package Manager)
Info
For SDK 2.5.0 please download the libraries from our SDK Github repository.
SPM is supported from version 2.6.0.
Setup Guide
- Open Your Xcode Project
- Go to
File
>Add Packages...
. - In the search bar, paste the Everysight SDK’s Git URL:
- Xcode will analyze the package. Choose the latest stable version or specify a version if needed.
- Add both EvsKit and NativeEvsKit to the required target(s).
- Import the required modules, where required, as follows:
Read Next
Learn about the API Keys