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

ZLPhotoManager.getCameraRollAlbum返回结果为空数组 #867

Closed softwareBeBetter closed 8 months ago

softwareBeBetter commented 8 months ago

Issue Description

Description and Steps

ZLPhotoManager.getPhotoAlbumList返回结果为空数组

Info

ZLPhotoBrowser version: e.g. 4.4.0 Device: e.g. iPhone X Device version: e.g. iOS 16.0 Xcode version: e.g. Xcode 14.0

Configuration code of ZLPhotoConfiguration

相册中有图片,但是调用
 ZLPhotoManager.getPhotoAlbumList(ascending: true, allowSelectImage: true, allowSelectVideo: false) { modelArr in

 }
返回的是modelArr是有的,但是models是空的
softwareBeBetter commented 8 months ago

ZLPhotoManager.getCameraRollAlbum(allowSelectImage: true, allowSelectVideo: false) { model in } 这个也一样