3
私はAlamofire + AlamofireImageを利用してプロジェクトに取り組んでいます。私はちょうどCocoaPods経由AlamofireImageをインストールしている、と私はこのエラーを取得しています:ラインのAlamofire: 'Request'タイプの値にメンバーのresponseImageはありませんか?
Value of type 'Request' has no member 'responseImage'
:他のすべてのプロジェクトで
Alamofire.request(.GET, locationURL).responseImage { response in
if let image = response.result.value { // more code
作品罰金、Podfileインストールの線は正確に同じですよく