CocoaPods报错:The dependency `xxx` is not used in any concrete target

Posted Rinpe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CocoaPods报错:The dependency `xxx` is not used in any concrete target相关的知识,希望对你有一定的参考价值。

官网是这样给推荐的: 
在创建Podfile的时候,用这种格式使用,

platform :ios, ‘8.0‘
use_frameworks!

target ‘MyApp‘ do
  pod ‘AFNetworking‘, ‘~> 2.6‘
  pod ‘ORStackView‘, ‘~> 3.0‘
  pod ‘SwiftyJSON‘, ‘~> 2.3‘
end

里面的 MyApp 记得替换为自己攻城里面的target。这样就基本OK了,执行pod install / pod update 就都可以了。

以上是关于CocoaPods报错:The dependency `xxx` is not used in any concrete target的主要内容,如果未能解决你的问题,请参考以下文章

Unable to satisfy the following requirements解决方式

GitHub 上下载代码运行报错 :'The sandbox is not sync with the Podfile.lock'

CocoaPods Under The Hood

cocoapods报错

Cocoapods curl: (22) The requested URL returned error: 403 Forbidden

CocoaPods 添加第三方库报错