Lucky

Results 5 comments of Lucky

补充下 Xcode15 MacBook Pro 2023 Apple M2 Pro

> 老哥,再深入排查下不,欢迎提PR哈 已经到系统API了,深不进去啊,可以尝试下在主线程调用+ (PHFetchResult *)fetchAssetCollectionsWithType:(PHAssetCollectionType)type subtype:(PHAssetCollectionSubtype)subtype options:(nullable PHFetchOptions *)options

I'm afraid it won't work because the upload service involves sensitive information, so I can only provide reference code: ```swift session.upload(multipartFormData: { data in data.append(fileUrl, withName: "files") }, to: url).uploadProgress(closure:...

When I created a new framework target, MaterialModule, in the project and ran pod install, an issue occurred. After removing target 'MaterialModule' do, it returned to normal. Can someone help...