没有这样的模块“ SDWebImage”

tma*_*c99 2 ios sdwebimage cocoapods swift2

我安装SDWebImage使用CocoaPods

我的Podfile与在https://github.com/rs/SDWebImage中编写的一样

platform :ios, '8.0'
use_frameworks!
pod 'SDWebImage', '~>3.7'
Run Code Online (Sandbox Code Playgroud)

当我导入SDWebImage时说

没有这样的模块“ SDWebImage”

我的Xcode版本是:版本7.2.1

Har*_*dim 5

使用新的<YourProject>.xcworkspace代替<YourProject>.xcodeproj

xcworkspace包含您project和您的pods之后pod install