Lucky
Lucky
能支持下SPM吗
+ (PHFetchResult *)fetchAssetCollectionsWithType:(PHAssetCollectionType)type subtype:(PHAssetCollectionSubtype)subtype options:(nullable PHFetchOptions *)options;
异常闪退
环境: iphone12,iOS17.1.1, 库版本:3.8.4 以下截图是错误信息: 复现步骤:打印相册,获取照片之后去处理照片,处理完返回,再打开相册,有概率出现!
Hello there, I've discovered a bug where introducing DebugSwift affects the normal functioning of Alamofire, specifically when using Alamofire to upload files. The issue arises with the `uploadProgress` method: ```swift...
――― MARKDOWN TEMPLATE ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ### Command ``` /opt/homebrew/Cellar/cocoapods/1.16.2/libexec/bin/pod install ``` ### Report * What did you do? * What did you expect to happen? * What happened instead? ### Stack...
数据错误bug
```swift let year: Int = 2024 let ly = LunarYear.fromYear(lunarYear: year) lunarMonthList = ly.months ``` 得到的lunarMonthList有15个对象: (lldb) po ly.months ▿ 15 elements ▿ 0 : 2023年冬月(29)天 ▿ 1 : 2023年腊月(30)天...