Closed FoneG closed 2 weeks ago
Hey @FoneG, Are you experiencing this issue in v2.2.11?
Unfortunately, I was unable to reproduce this error in any version, so I'm not sure if it will be fixed after the upgrade. Can you check to see if you have already committed the code for this issue?
We were able to reproduce and fix this issue. However, using the latest version, I haven’t been able to reproduce the issue you're experiencing.
I encountered this issue in version 2.2.9. Is it resolved in the version after that? Can I fix my problem by upgrading to v2.2.11?
Hey @ALexanderLonsky, the crash issue is still persisting. Could you provide some more clarity or a definitive solution when possible? Appreciate your help!
I encountered this issue in version 2.2.9. Is it resolved in the version after that? Can I fix my problem by upgrading to v2.2.11?
It seems to be a different issue, and we haven’t been able to reproduce it yet. We’ll keep trying and work on resolving it. We’ll update you as we make progress.
Good news. We've successfully reproduced the crash, and the fix is on its way. It will be released later this week.
@FoneG A new version with the fix has been released: v2.2.13
🐛 Bug Report
I am reaching out to report a bug I've encountered after upgrading the Giphy SDK from version 2.1.22 to 2.2.9. This issue has been present since the initial integration, but after the recent upgrade, I’ve noticed a significant increase in its occurrence, particularly on iOS 17 and 18 devices.
Crash Details:
Additional Context: The SDK is integrated using Objective-C.
Although I do not explicitly call addChildViewController:, I persist the GiphyGridController objects via properties. I retain two instances of GiphyGridController due to the design of my app. I believe this should not affect how UICollectionView updates its data, but I wanted to provide this context for clarity.
Below is my initialization code for the GiphyGridController:
I would greatly appreciate any assistance or insights that could help resolve this issue, as it is currently affecting the stability of my application. Thank you in advance for your support, and I look forward to your response.