例如,我使用'AmazonAd'窗格和此处(https://developer.amazon.com/docs/mobile-ads/mb-ios-quick-start-guide.html)表示我需要添加这些框架,我知道cocoapods可以为我做到这一点,但是有一种方法可以在我的实际xcode项目中看到cocoapods为我链接的框架在哪里列出? 如果尚未链接以下框架,请添加以下框架:AdSupport.framework,CoreLocation.framework,SystemConfiguration.framework“ 等等
答案 0 :(得分:1)
请参阅podspec中的框架:
"frameworks": [
"AdSupport",
"CoreLocation",
"SystemConfiguration",
"CoreTelephony",
"MediaPlayer",
"EventKit",
"EventKitUI",
"StoreKit",
"QuartzCore",
"SafariServices",
"JavaScriptCore"
],