ios - MoPub swift integration not working correcty -
i'm trying use mopub cocoapods on swift project. set cocoapods set use_frameworks , bridging header set in project's target pointing mopub's own briding header:
#import <mopub_ios_sdk/mopub-bridging-header.h>
but xcode still complaining when try use objects frin framework:
use of undeclared type 'mpadview'
it worked when used fabric.
Comments
Post a Comment