Suggestions

close search

Add SDK to Project using CocoaPods

  1. Edit your project's Podfile

The simplest way to import the SDK into an iOS project is with CocoaPods. Open your project's Podfile and add this line to your app's target:

pod 'StringeeChat'

Then from the command line run:

pod install --repo-update

If you're new to CocoaPods, see their official documentation for information on how to create and use Podfiles.

  1. In the "Build Settings" tab -> "Other linker flags" add "$(inherited)" flag

  2. In the "Build Settings" tab -> "Enable bitcode" select "NO"