Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Mac Catalyst issue in iOS app #419

Open
davilico05 opened this issue May 14, 2020 · 1 comment
Open

Mac Catalyst issue in iOS app #419

davilico05 opened this issue May 14, 2020 · 1 comment

Comments

@davilico05
Copy link

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

@DisobedientMedia
Copy link

I'm also running into this problem. Has the version of AFNetworking been updated in VimeoNetworking?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants