美文网首页
[!] The dependency `SDWebImage (

[!] The dependency `SDWebImage (

作者: frola_ | 来源:发表于2018-03-14 14:50 被阅读0次

本来 podfile 文件里面写的是和github上提供的一样
platform :ios, '7.0'
pod 'SDWebImage', '~>3.8'

pod install 报错如下图:


image.png

修改podfile文件

platform :ios, '7.0'
target 'STPhotoBrowser' do
pod 'SDWebImage', '~>3.7'
end

STPhotoBrowser 是 target的名字 也就是你的项目名
然后再pod insrall 就可以了

相关文章

网友评论

      本文标题:[!] The dependency `SDWebImage (

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