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

Mac Catalyst issue in iOS app #419

@davilico05

Description

@davilico05

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions