Using CocoaPods
CocoaPods is a dependency manager for Objective-C and Swift, which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.
Before starting to prepare for the installation, please make sure that CocoaPods 1.10.0 or above is installed on your machine.
Podfile
If your project is already using CocoaPods, simply add these lines below in your podfile:
You can obtain the latest version of our iOS SDK from our changelog page.
Run the following command from terminal:
The Sentiance SDK has a dependency on v2.7.0 of the TensorFlowLiteC framework, which does not support M1 Mac simulators. You can make use of our custom TensorFlowLite framework, to run your app on M1 Mac simulators.
Last updated