美文网首页
cocapods关于The dependency `` is n

cocapods关于The dependency `` is n

作者: hhbsdc | 来源:发表于2016-10-12 18:21 被阅读0次

最近使用cocopods遇到问题

The dependency `` is not used in any concrete target

The dependency `AFNetworking ` is not used in any concrete target

解决方案:

由platform :ios, '10.0.2' 

pod 'pop', '~> 1.0.9'

改成:

platform :ios, '10.0.2'

#use_frameworks!个别需要用到它,比如reactiveCocoa

target 'TestPOP' do

pod "pop", "1.0.9"

end

相关文章

网友评论

      本文标题:cocapods关于The dependency `` is n

      本文链接:https://www.haomeiwen.com/subject/habiyttx.html