Wiki

Clone wiki

madvertise-gdpr-cmp-ios / Using Cocoapods

Using Cocoapods

Requirements:

  • Requires < cocoapods 1.5
  • Requires < Xcode 8.

The MAdvertiseCMP framework is available through [Cocoapods], a popular dependency management system for iOS projects.

To download and incorporate the MAdvertiseCMP into your project using Cocoapods, add the following line to your project's podfile:

pod "MAdvertiseCMP"

After running pod install (if you’re setting up Cocoapods for the first time) or pod update (if you’re adding MAdvertiseCMP to an existing Cocoapods project), it will be ready to use. »

Troubleshooting

You have to check if: - Header search paths - Framework search paths - Library search paths - Other linker Flags

contains the value $(inherited)

Updated