got this error after updated to macos sequoia and xcode 16: unsupported fetch for asset collections with type 2 and subtype 2 found this fix, in DmcPickerViewController just replace `PHAssetCollectionSubtypeAlbumRegular ` with `PHAssetCollectionSubtypeAny` [https://github.com/banchichen/TZImagePickerController/issues/1685#issuecomment-2192940817](url)