Starting with version 5.17.1, support for Carthage is available.
Add it to your Cartfile:
github "myTargetSDK/mytarget-ios" ~> 5.17.2
Run carthage update --use-xcframeworks.
Add -ObjC flag to Other Linker Flags on Build Settings tab of your project.
Move the resulting MyTargetSDK.xcframework to the Frameworks and Libraries section of your project (Do not embed).
If you see Swift character linking errors, add an empty .swift file to your project.
Manual connecting
Download latest version of myTarget iOS SDK and extract archive.
Include the MyTargetSDK.framework from the unpacked archive into the project.
Connect the CoreLocation, CoreTelephony, CoreMedia, SystemConfiguration, StoreKit, AdSupport, SafariServices and AVFoundation frameworks to your project.
Add the '-ObjC' flag to the Other Linker Flags on the Build Settings tab of your project.
If you see Swift character linking errors, add an empty .swift file to your project.
Mediation
If you plan to use mediation with the Mopub SDK, you need to attach the files for the corresponding SDK to the project from our Github repository's mediation directory.