Skip to content

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

  1. Open Your Xcode Project
  2. Go to File > Add Packages....
  3. In the search bar, paste the Everysight SDK’s Git URL:
    https://github.com/everysight-maverick/m1-ios-spm.git
    
  4. Xcode will analyze the package. Choose the latest stable version or specify a version if needed.
  5. Add both EvsKit and NativeEvsKit to the required target(s).
  6. Import the required modules, where required, as follows:
import EvsKit
import NativeEvsKit

Learn about the API Keys