美文网首页
[!] The dependency `AFNetworking

[!] The dependency `AFNetworking

作者: 舒耀 | 来源:发表于2017-06-09 10:10 被阅读9次

最近用到cocoapods安装第三方库的时候遇到这个问题,问题说的是这个库不属于任何target,Google一下发现也有不少人遇到过,特此记录一下
解决办法:

platform :ios, '8.0'
target ‘QingDaoNewsInhand’ do
pod 'AFNetworking','~> 3.0'
pod 'SDWebImage', '~>3.8'
pod 'MBProgressHUD', '~> 1.0.0'
end

退出,重新pod install就可以!

相关文章

网友评论

      本文标题:[!] The dependency `AFNetworking

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