0
在我podfile我有集成MoPub用的CocoaPods - 迅速
# 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
正如你可以注意到我做use_frameworks!
我也創建了一個橋接頭,我不應該這樣做,但我仍然無法找到SDK。
在我的構建設置我已經Objective-C的橋接報指出,企鵝拉什/ PenguinRush-BridgingHeader.h
我也指出框架搜索路徑爲「莢/ **」
我是什麼在這裏失蹤?