onevcat / Kingfisher

A lightweight, pure-Swift library for downloading and caching images from the web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCode升级到15运行,ImageResource文件名与系统库文件方法名冲突

lxm1799 opened this issue · comments

Issue Description

XCode升级到15运行,ImageResource文件名与系统库GeneratedAssetSymbols.swift中的方法名名冲突

What

[Tell us about the issue]
image

[Add anything else here]
Kingfisher version (7.2.4)

Duplicated #2092 and already fixed in 7.8.0.

Use let resource = KF.ImageResource(downloadURL: url) instead of let resource = ImageResource(downloadURL: url)