Add the SDK Dependencies Manually
To manually add the dependencies for the Mobile App Messaging SDK in your app’s Podfile, complete these steps.
-
Download the SDKs
MarketingCloudSDKandSFMCSDK. -
Copy the
MarketingCloudSDK.xcframeworkandSFMCSDK.xcframeworkdirectories from your downloads folder to your project directory.
-
Open your application project and select the appropriate target.

-
Add
MarketingCloudSDK.xcframeworkandSFMCSDK.xcframeworkto Frameworks, Libraries, and Embedded Content in your target’s General settings.
-
Add
MarketingCloudSDK.bundleto Copy Bundle Resources in your target’s Build Phases settings.
-
Add
-ObjCto your target’s Other Linker Flags build settings.
After you add the dependencies, configure the SDK.