Open kevalhshah opened 3 years ago
App Crashed on SessionDataTask.SWift func didReceiveData(_ data: Data) { mutableData.append(data) }
Used Kingfisher as brow in cellForRow
cell.imageView.kf.setImage(with: imageURL, placeholder: UIImage(named: "img_placeholder"), options: [.cacheOriginalImage, .progressiveJPEG(.default), .transition(.fade(0.2))])
using pod 'Kingfisher', '~> 6.0' to Resolve it I have removed .progressiveJPEG(.default)
I think you should update version from 6.0 to 7.1.2
If an error occurs when using it after the update, please write again.
Is this problem solved? Is there any solution? I have the same problem
What
App Crashed on SessionDataTask.SWift func didReceiveData(_ data: Data) { mutableData.append(data) }
Reproduce
Used Kingfisher as brow in cellForRow
cell.imageView.kf.setImage(with: imageURL, placeholder: UIImage(named: "img_placeholder"), options: [.cacheOriginalImage, .progressiveJPEG(.default), .transition(.fade(0.2))])
Other Comment
using pod 'Kingfisher', '~> 6.0' to Resolve it I have removed .progressiveJPEG(.default)