Skip to content

ios 17上失效了 #2

Description

@samllOranges

ios 17上,这个库完全没起作用了。- (NSURL *)assetURLWithURL:(NSURL *)url {
if (!url) {
return nil;
}
NSURL *assetURL = [NSURL URLWithString:[kCacheScheme stringByAppendingString:[url absoluteString]]];
return assetURL;
}这个代码上,assetURL永远是空的,估计kCacheScheme有问题了

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions