MoPub install AdMob via CocoaPods
问题 I attempted to install AdMob support via cocoapods with the following podfile: use_frameworks! pod 'mopub-ios-sdk' pod 'mopub-ios-sdk/AdMob' ..and received the following error: [!] The 'Pods' target has transitive dependencies that include static binaries: (/Users/<username>/Documents/Developer/<app>/Pods/Google-Mobile-Ads-SDK/GoogleMobileAdsSdkiOS-7.1.0/GoogleMobileAds.framework) Any idea why that's happening? I'm running El Capitan 10.11.4, CocoaPods 0.39.0, and XCode 7.3. 回答1: This is the