InspireFaceInspireFace
Home
Get Started
Home
Get Started
  • Introduction
  • Get Started
  • Feature
  • Using with

    • C/C++
    • C++
    • Python
    • Android
    • iOS
    • CUDA
    • Rockchip NPU
  • Guides

    • Architecture
    • Dense Landmark
    • Lightweight CV library
    • Python on Rockchip Device
    • Benchmark

Using InspireFace in iOS

We provide C and C++ header files, which you can use by enabling C/C++ compiler features in Xcode.

How to Get the SDK

  1. You can download the iOS SDK from the release page, which includes iOS InspireFace static library files and framework files;

  2. You can also compile from source code using a macOS device:

bash command/build_ios.sh

The compilation results will be consistent with the iOS SDK downloaded from the release page.

2. Specifications

Requirements and Dependencies

  • Framework type: Static library
  • Minimum supported version: iOS 11.0
  • Supported architecture: armv8 (ARM64)
    • Simulator version not supported yet
  • Dependencies:
    • libc++.tbd
    • UIKit.framework
    • CoreML.framework
    • Foundation.framework
    • MNN.framework(2.8.1)
  • SDK version: 10.2.3 (corresponding to open source version 1.2.3)
  • Bitcode: Enabled

3. Integration Guide

  1. You need to add InspireFace.framework and MNN.framework to your project, and add the required dependency libraries;

step1

  1. Download the models you need. You can download the required models from the Github Release page and add them to your project;

  2. You can refer to C/C++ usage examples for related usage.

Last Updated:: 9/5/25, 12:28 AM
Contributors: tunm
Prev
Android
Next
CUDA