您想在 Podfile 中添加类似于以下的内容 pod 'AFTransformableImageResponseSerializer', '~> 0.0'
target 'MyApp' do
pod 'AFTransformableImageResponseSerializer', '~> 0.0'
end
然后在终端中运行 pod install
,或者从 CocoaPods.app 运行。
作为替代,为了进行测试运行,运行以下命令
pod try AFTransformableImageResponseSerializer