VimeoNetworking
VimeoNetworking copied to clipboard
Mac Catalyst issue in iOS app
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: https://github.com/AFNetworking/AFNetworking/pull/4470
In the Alamofire git they have solved it. I say this to be considered in future updates
I'm also running into this problem. Has the version of AFNetworking been updated in VimeoNetworking?