You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building with Xcode 15 for iOS 17 might lead to the run-time crash when using a deprecated UIGraphicsBeginImageContextWithOptions code on the UIImage instances with .zero size.
I can see that GraphicsContext.begin(size: CGSize, scale: CGFloat) still uses a deprecated UIGraphicsBeginImageContextWithOptions call on 2 places (ImageDrawing).
This is still the case as of today (22.1.2024), on the latest version of the library (master).
Other Comment
We did not experience any issues (as we don't use blurred images on our projects), but we are just wondering if there are any updates planned for the upcoming releases of the lib, where the deprecated code will be replaced?
The text was updated successfully, but these errors were encountered:
Issue is for reporting a problem of Kingfisher. To ask a question or discuss about usage, please go to the Discussion (https://github.com/onevcat/Kingfisher/discussions).
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Issue Description
Building with
Xcode 15
foriOS 17
might lead to the run-time crash when using a deprecatedUIGraphicsBeginImageContextWithOptions
code on theUIImage
instances with.zero
size."Duplicate thread":
#2176
Solution
DylanVann/react-native-fast-image#1010
What
I can see that
GraphicsContext.begin(size: CGSize, scale: CGFloat)
still uses a deprecatedUIGraphicsBeginImageContextWithOptions
call on 2 places (ImageDrawing
).This is still the case as of today (
22.1.2024
), on the latest version of the library (master
).Other Comment
We did not experience any issues (as we don't use blurred images on our projects), but we are just wondering if there are any updates planned for the upcoming releases of the lib, where the deprecated code will be replaced?
The text was updated successfully, but these errors were encountered: