longitachi / ZLPhotoBrowser

Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能;
MIT License
4.71k stars 950 forks source link

Xcode15适配问题 #841

Closed SPStore closed 11 months ago

SPStore commented 11 months ago

Xcode15上,Assets.xcassets 添加的资源文件,会自动生成 symbols 常量,系统内部定义了ImageResource结构体,如图:

image

你的Example中也定义了同名结构体,产生了冲突

longitachi commented 11 months ago

这个是Kingfisher里面的,今天我更新下Kingfisher源码,看他有没有解决