2016-07-07 13 views
0

In meinem podfile Ich habeIntegration MoPub mit cocoapods - rasche

# Uncomment this line to define a global platform for your project 
# platform :ios, '9.0' 

target 'Penguin Rush' do 
    # Comment this line if you're not using Swift and don't want to use dynamic frameworks 
    use_frameworks! 

    # Pods for Penguin Rush 

    pod 'mopub-ios-sdk' 

    target 'Penguin RushTests' do 
    inherit! :search_paths 
    # Pods for testing 
    end 

Wie Sie beachten Sie, ich use_frameworks tue!

Ich habe auch einen Bridging-Header erstellt, den ich nicht tun sollte, aber ich kann das SDK immer noch nicht finden.

Unter meinen Buildeinstellungen Ich habe Objective-C Bridging-Header wiesen auf Penguin Rush/PenguinRush-BridgingHeader.h

Ich habe auch Rahmensuchpfade wies auf "Pods/**"

Was ist ich hier fehlt?

Antwort