-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ios Crash Fix #932
base: main
Are you sure you want to change the base?
Ios Crash Fix #932
Conversation
A crash occurs when playing GIF images on a ios this issue fixed in version SDWebImage : 5.13.3 https://github.com/SDWebImage/SDWebImage/releases/tag/5.13.3 SDWebImage/SDWebImage#3273
@rezq2009 Just wanted to confirm using WebP also cause this crash or just GIF images ? |
@DylanVann, Sorry for pinging you directly, but can this be merged please? Library is currently unusable on iOS. Information on ErrorFrom what I've read so far the issue is caused by the - (void) setOnFastImageError: (RCTDirectEventBlock)onFastImageError {
_onFastImageError = onFastImageError;
if (self.hasErrored) {
_onFastImageError(@{}); // <-- Thread 1: EXC_BAD_ACCESS (code=1, address=0x10)
}
} Related issuesFollowing issues are containing references to this issue or related issues caused by the outdated version of SDWebImage. |
Is there anyway for me to patch this manually? I added your changes, but the project will not build anymore? @rezq2009 |
need to : OR |
@DylanVann Do you have any chance to merge this. This is required to increase the performance of the iOS. We need to use newer versions as below:
|
@rezq2009, During these 6 months, the
|
So far I'm using the verified versions on all iOS versions without any crash, I'll check for new versions when I have time
…Sent from my iPhone
On 2 Mar 2023, at 12:11 AM, Amer Lotfi Orimi ***@***.***> wrote:
@rezq2009<https://github.com/rezq2009>, During these 6 months, the SDWebImage and SDWebImageWebPCoder got updated and even your PR needs to be updated.
s.dependency 'SDWebImage', '~> 5.15.4'
s.dependency 'SDWebImageWebPCoder', '~> 0.10.1'
—
Reply to this email directly, view it on GitHub<#932 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AYLHNYYAGDVJUJNIZK6XJ73WZ63QRANCNFSM6AAAAAAQU3RX54>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Is it possible to do this version upgrade on my project without merging this PR? |
Seeing a large number of these crashes in our production app, would be great to get this PR merged in. Any update here? |
@ensar-initialcode I think you need to know |
A crash occurs when playing GIF images on a ios
this issue fixed in version SDWebImage : 5.13.4
SDWebImage/SDWebImage#3273
https://github.com/SDWebImage/SDWebImage/releases/tag/5.13.4
https://github.com/SDWebImage/SDWebImage/releases/tag/5.13.3