To compile an application, one of the libraries included in the SDK uses a discontinued method
File --> UIKit+AFNetworking/AFImageDownloader.m
Error:
return [[NSURLCache alloc] initWithMemoryCapacity:20 * 1024 * 1024
diskCapacity:150 * 1024 * 1024
diskPath:@"com.alamofire.imagedownloader"];
Solution: AFNetworking/AFNetworking#4470
In the Alamofire git they have solved it. I say this to be considered in future updates