我用SDWebImage安装了CocoaPods。
SDWebImage
CocoaPods
我的podfile就像它写在https://github.com/rs/SDWebImage中一样
platform :ios, '8.0' use_frameworks! pod 'SDWebImage', '~>3.7'
当我导入SDWebImage它说
没有这样的模块'SDWebImage'
我的Xcode版本是:版本7.2.1
Xcode
7.2.1
使用新的<YourProject>.xcworkspace而不是<YourProject>.xcodeproj。
<YourProject>.xcworkspace
<YourProject>.xcodeproj
在xcworkspace之后,project包含你的pods和你的pod install。
xcworkspace
project
pods
pod install
只需在代码中导入任何新pod之前构建项目
在-ObjC添加Other Linker Flags。
-ObjC
Other Linker Flags