Manual Installation
This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.
Including the SDK
Step 1
Download Sentiance iOS SDK:
Step 2
After you've downloaded and unzipped the SDK, import it as a linked library in your Xcode project:
Go to the General tab of your target settings
Click the + button under the Frameworks, Libraries, and Embedded Content heading
Click Add Other and then Add Files
Choose the Sentiance XCFramework file and click Open
After the item has been added to the list, change the Embed option next to the framework to Do Not Embed
Depending on your Xcode setup, it might be required to add the following libraries: libz.tbd (previously libz.dylib), CoreMotion, SystemConfiguration, CoreLocation, Foundation, CallKit, CoreTelephony, CoreData
Step 3
Include the SDK bundle in your project:
Go to the Build Phases tab of your target settings
Expand the Copy Bundle Resources row and click the + button
Choose the SENTSDK.bundle file located inside SENTSDK library
Step 4
Include the TensorFlowLiteC library in your project
Go to the General tab of your target settings
Click the + button under the Frameworks, Libraries, and Embedded Content heading
Click Add Other and then Add Files
Go to the Frameworks folder inside the Sentiance framework, select TensorFlowLiteC.xcframework and click Open
After the item has been added to the list, change the Embed option next to the framework to Do Not Embed
Step 5
Build Settings
Go to the Build Settings tab of your target settings
Look for Other Linker Flags in the Linking section
Add
-lz
,-all_load
and-lc++
Last updated