Add the Live Experience iOS Frameworks to Your Xcode Project

Add the Live Experience iOS frameworks to your Xcode project.

Note: If you update your version of Xcode, you need to remove and re-add the Live Experience frameworks to prevent language version mismatch errors.
  1. Download and extract the Live Experience iOS SDK compressed (.zip) file.

    The debug folder contains debug frameworks. The release folder contains release frameworks.

  2. Add the Live Experience frameworks to your project.
    1. Select your application target in the Xcode project navigator.
    2. Select the General tab in the top of the editor pane.
    3. Expand Embedded Binaries.
    4. Depending on your requirements, drag the framework files from either release or debug to Embedded Binaries. You can use the default options.
      If you're using the debug frameworks, make sure you also add WebRTC.framework as well from the release folder.
  3. Import any other system frameworks you require.
    1. Select your project, and select the Build Phases tab.
    2. Expand Link Binary With Libraries.
    3. Click + to add new frameworks.
  4. Drag the Live Experience frameworks to the Frameworks folder in your project.
  5. If you are targeting iOS version 10 or above, add the libstdc++.6.tbd framework to prevent linking errors.

What to do next

Next, Configure the Required Background Modes.