Wei Wang

Results 259 comments of Wei Wang

Ummm... The crash above is not the same, but I guess similar. It is in `-[_UIImageCGImageContent dealloc]` and again, related to `_UIImageCGImageContent`. It would be a great loss if the...

I guess there is no public type `Kingisher` in this package. What do you want to do? Any code snippet would be also helpful.

I believe it is a bug in the beta version of Xcode. Some less-used system frameworks were built with a different compiler and bundled in this version (there are Accelerate,...

This seems only happens for SPM and it requires a minimum target iOS 12 to build successfully. I don't think this is reasonable and it is definitely an issue of...

I can confirm a similar issue is still happening in Xcode 13 beta 3 when archiving a project. However, it is now complaining about Combine instead of the original Accelerate....

This is marked as a known issue in Xcode 13 beta 5 release note: > Swift libraries may fail to build for iOS targets that use armv7. (74120874) > Workaround:...

There is no way for now to support it in Kingfisher, since it is an Apple issue. Even though, I guess it is very little meaning to continue support iOS...

> This is marked as a known issue in Xcode 13 beta 5 release note: > > Swift libraries may fail to build for iOS targets that use armv7. (74120874)...

I am going with some final check and will tag v7 soon.

It is not a thing can be fixed in Kingfisher. See https://github.com/onevcat/Kingfisher/issues/1802#issuecomment-919815919 There are basically two choice: 1. If you do not need to support iOS 11 and below, upgrade...