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

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -