Uninstall DMSDK 2.x Guide

Deleting DMSDK from Your Project

  1. In Xcode, select DMSDK.framework from the Project Navigator. Right-click to delete it.
  2. Select the Target for your App and click on Build Phases. Verify that DMSDK.framework is not listed under Link Binary With Libraries or Embed Frameworks.

Removing Run Script Build Phase

In order to submit to the App Store using DMSDK 2.x, your project needed a custom run script in build phases to remove the iOS Simulator slice of DMSDK from your app. This build phase is no longer needed.

Select the Target for your App and click on Build Phases. Remove the Run Script build phase that was added to remove the iOS Simulator slice from your app before submitting to the App Store for review.

For additional information on this Run Script build phase, reference the DMSDK 2.x documentation section titled App Store Submission.