Troubleshoot the “No Such Module ‘SFMCSDK’” Error

If Xcode can’t find required modules for the Salesforce Engagement SDK, it reports this build error: “No such module ‘SFMCSDK’”.

The required dependencies for the SDK include the SFMCSDK module automatically. Don’t install this module manually.

Resolve This Issue 

Complete these steps to resolve this error.

  1. Confirm that your Podfile contains the pods listed in Implement the SDK with CocoaPods for your SDK version.
  2. Run pod install.

See Also