2017-01-05 5 views
2

코드 "Response < [T]"에서 '알 려지지 않은 유형의 응답 사용'오류가 발생합니다 (ObjectMapper 및 realm)xcode8 Alamofire 4 업데이트 오류 Xcode8 및 Alamofire4로 업데이트 한 후 "선언되지 않은 유형의 응답 사용"

이 가이드에 따라 Object Mapper를 사용하여 데이터를 영역에 매핑하는 코드가있었습니다. https://blog.hyphe.me/realm-and-alamofire-in-a-effective-harmony/

DataResponse로 변경하면 작동하지 않습니다. 아이디어가 있으십니까?

답변

3

버전 4.0 Migration Guide으로 Alamofire 마이그레이션 가이드 때문에 DataResponse 구조체에 포함 된 중복 매개 변수 NSError가 실제로는 주석 처리 된 코드 줄에 있으므로 DataResponse를 사용해야합니다. 수정 : .responseArray { (response: DataResponse<[T]>) in