You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered: